Dastgir
Core Developer
- Messages
- 3,805
- Points
- 0
- Discord
- Dastgir#1460
- IRC Nickname
- Dastgir
- Github
- dastgirp
- Emulator
- Client Version
- 2019-02-28 RE
Hello,
Screen is a useful utility to help you see map-server logs even after relogging into putty.
How to Install:
How to Use:
If you are getting bind_address error, that means server is already running, you can either do
killall -9 map-serverkillall -9 char-serverkillall -9 login-server
Above Commands will close all servers.
or type
./athena-start stop
Thats it.
Screen is a useful utility to help you see map-server logs even after relogging into putty.
How to Install:
- CentOS: yum install screen
- Debian/Ubuntu:
Code:
apt-get install screen
How to Use:
- After Installing, Typescreen -S AnyName
- It will make a screen session named "AnyName"
- after that, go to your hercules directory.
- type "./athena-start start" (without quotes) to start the server.
- type CTRL+A+D to get out of the screen.
- to get back into that screen, type
Code:
screen -R AnyName
If you are getting bind_address error, that means server is already running, you can either do
killall -9 map-serverkillall -9 char-serverkillall -9 login-server
Above Commands will close all servers.
or type
./athena-start stop
Thats it.