Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 987 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 987 Bytes

Linux restarter for ACore/MaNGOS/CMangos.

With this tool you can start/stop/restart your server in no time.

Support : AzerothCore

Requirements:

  • screen
  • gdb

Installation

  • sudo apt install -y screen gdb
  • clone or download acoreadmin.sh
  • chmod +x acoreadmin.sh

Commands

  • start - starts auth and world
  • stop - stops auth and world
  • restart - both
  • wstart - starts world
  • wdstart - starts world with debug mode
  • wrestart - restart world
  • wstop - stop world
  • wmonitor - world monitor
  • astart - auth start
  • arestart - auth restart
  • astop - auth stop
  • amonitor - auth monitor

To leave wmonitor or amonitor (screen exit) please type Ctrl+A+D to exit screen without killing running process. If you want to run multi realm server, just copy acoreadmin.sh and change WPATH variable.

Thanks to: Lillecarl for initial code. Elmsroth for digging gist.