/
Starting and Stopping uControl
Starting and Stopping uControl
All uControl services are controlled via Systemd. The services for uControl are as follows:
ucontrol
reportStudio
mariadb
All services after a server reboot are automatically started on boot.
Starting uControl
Starting process order is:
mariadb → reportStudio → ucontrol
To start uControl login to the CLI with the ucontrol user:
sudo systemctl start <ServiceName>
Stopping uControl
Stopping process order is:
ucontrol → reportStudio → mariadb
sudo systemctl stop <ServiceName>
Check if uControl is running or not
To check is the processes for uControl are running use the following command:
sudo systemctl status <ServiceName>
, multiple selections available,
Related content
Starting and Stopping uControl
Starting and Stopping uControl
More like this
Logging in to uControl
Logging in to uControl
More like this
Command Line Access
Command Line Access
More like this
Reset "admin" Account
Reset "admin" Account
More like this
API Settings
API Settings
More like this
Upgrade
Upgrade
More like this