Skip to main content
Version: 6.11.0

Start / Stop Portal

Service script

Once the configuration script has run and any additional manual configuration is complete the Portal Dedicated is ready to be started. The Portal Dedicated is installed as a systemd service so standard commands can be used:

Starting the Portal Dedicated service

sudo systemctl start portal

Checking the status of the Portal Dedicated service

sudo systemctl status portal

Stopping the Portal Dedicated service

sudo systemctl stop portal

Automatically start the Portal Dedicated service when the system starts

sudo systemctl enable portal

Accessing the Portal Dedicated server

By default the Portal runs over SSL on port 8443, for example:

https://localhost:8443

The default username/password are admin/Portal1234

Checking the status of the Portal Dedicated server

How to check that the Portal Dedicated is running without access to the browser

curl -k https://localhost:8443/admin/health

Or replace with http and configured port if only running over http.

If the server is running correctly, the above command will print out {"status":"UP"}.

Checking the Portal Dedicated logs

The Portal Dedicated logs to /var/log/portal/portal.log

You have installed the Portal using your self-signed certificate and successfully reached Milestone Progress Checkpoint #1.

For more instructions toward production environment, please see the next section for how you can progress through the Milestone Progress Checkpoints #2 - #4.