Logo
Edit page
Home
Getting Started
SetupBot CommandsRecommended Hosts
Extended
FiltersTips and TricksServiceInstalling and starting the serviceChecking service statusStopping serviceRestarting serviceUninstalling serviceAll the possible control via serviceProtocol

Service

For ease of use, a service controller has been baked in to integrate with your system

Installing and starting the service

./server -config /path/to/config.toml -service install
./server -service start

Checking service status

./server -service status

Stopping service

./server -service stop

Restarting service

./server -service restart

Uninstalling service

./server -service uninstall

All the possible control via service

  • status
  • start
  • stop
  • restart
  • install
  • uninstall