The account server not starting.

When I click on "start" it becomes active, but if I refresh the page it goes back to inactive
I need help launching the service and starting to use it

    Hello, please execute the command to check the log and see the specific errors.

    systemctl status vhost_virtual.service
    tail /www/server/vhost_virtual/logs/vhost_virtual.log -n20

    aaP_matheusrufinosouza

    Hello, it indicates that there is a problem caused by a program occupying port 8000.

    Try adding this file
    echo "true" > /www/server/vhost_virtual/config/close_ssl.pl
    And change the 8000 port of these two files to a port that is not in use

    /www/server/vhost_virtual/config/template/not_ssl.yaml.tpl
    /www/server/vhost_virtual/manifest/config/default.yaml

    aaP_matheusrufinosouza

    Wow, service working fine now. However, when accessing the login panel, it just loads and does not show anything 🙁