You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrey Gagarin edited this page Aug 7, 2019
·
5 revisions
Depending on your installation you have different ways to manage service.
Systemwide
If you install server systemwide - you will be able to manage server by systemctl
Start server:
systemctl start xabberserver.service
Stop server:
systemctl stop xabberserver.service
Restart server:
systemctl restart xabberserver.service
To check server status:
systemctl status xabberserver.service
Locally
If you install server into your home path locally. You can manage server using service.sh. You will find this script at /home/your_user/xabberserver/xmppserverui/ directory.