ExO
Admin
- 5,119
- 2014
- 1,639
This tutorial is for Linux only.
Ubuntu, debian etc.
Using screen can be useful so the server can stay up, even though you close the terminal.
1) Open the terminal and type "cd (your-bin-release-path)"
2) You are now in the server folder. Type the following:
screen -s authserver ./authserver
Authserver is now up running on "Screen"
3) Open a new terminal and type the cd to your server folder again.
4) Start worldserver as screen:
screen -s worldserver ./worldserver
5) PROFIT!
Your Linux wow private server is now using screen to stay online even though you close the terminal / go offline.
Tutorial how to restart worldserver automatically with Linux:
https://www.emucoach.com/showthread...for-your-WoW-Private-Server?p=40895#post40895
Let me know if you have questions or suggestions for tutorials
Ubuntu, debian etc.
Using screen can be useful so the server can stay up, even though you close the terminal.
1) Open the terminal and type "cd (your-bin-release-path)"
2) You are now in the server folder. Type the following:
screen -s authserver ./authserver
Authserver is now up running on "Screen"
3) Open a new terminal and type the cd to your server folder again.
4) Start worldserver as screen:
screen -s worldserver ./worldserver
5) PROFIT!
Your Linux wow private server is now using screen to stay online even though you close the terminal / go offline.
Tutorial how to restart worldserver automatically with Linux:
https://www.emucoach.com/showthread...for-your-WoW-Private-Server?p=40895#post40895
Let me know if you have questions or suggestions for tutorials