Server restart
Restarting the Link server may help apply configuration changes or recover normal operation after temporary issues.
Before you start
Make sure that:
you have access to the server IP address or domain;
you know the SSH login and password;
you have access to the same network as the server or VPN access;
make sure a recent Link backup is available.
During the restart, the Link web interface, calls, and related services may be temporarily unavailable.
How to restart the Link server
Connect to the server via SSH.
Example:
ssh username@server_ipEnter the user password.
Switch to superuser mode:
sudo suRestart the server:
rebootWait several minutes until the server finishes restarting.
Alternative: restart Link services only
In Docker-based deployments, administrators may restart Link services without rebooting the entire server.
Navigate to the Link deployment directory.
Stop the containers:
docker-compose downStart the containers:
docker-compose up -dVerify that the containers are running:
docker psAfter the containers are running, perform the same verification steps described below.
Β
How to check that the server is running
Open the Link web interface in a browser.
Log in using your account.
Make sure:
the web interface opens correctly;
devices are online;
calls and events work normally.
If the server does not start
verify that the server is powered on;
check network connectivity;
verify VPN access if used;
contact your system administrator or BAS-IP support.