Skip to content
DocsInstallationAccessing the console

Accessing the console

Open the console, accept the certificate, and set your admin password.

1. Open the URL

Browse to https://YOUR_SERVER_IP:8443 (or whatever port you chose). With the default self-signed certificate your browser shows a one-time warning — accept it.

2. First login

On the very first visit you set the admin password. After that, login is required on every /api route — unauthenticated users can't reach any app.

3. Service management

The console runs under systemd. Useful commands over SSH:

systemd
sudo systemctl status linux-pro     # is it running?
sudo systemctl restart linux-pro    # restart
sudo journalctl -u linux-pro -f     # tail logs
Important
If you're locked out after 3 failed logins, the console locks and records the attacker's IP. Unlock by SSH-ing in and removing the lock file — see Security → Authentication.