Skip to content

Management

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.

Start server:

./service.sh start

Stop server:

./service.sh stop

Restart server:

./service.sh restart

To check server status:

./service.sh status

Contents

Clone this wiki locally