[DiscordArchive] oh.. whats the other way to run them?
[DiscordArchive] oh.. whats the other way to run them?
Archived author: Revision • Posted: 2022-08-25T17:06:53.517000+00:00
Original source
cd into the folder where authserver is, and worldserver too, which is usually in the bin folder when using Linux and run `screen -dmS auth ./authserver` to start the authserver, `screen -dmS world ./worldserver` to start the worldserver. To attach to them, you use `screen -r <name>` and to detach you hold CTRL and hit A (and release while still using CTRL) and then hit D.
Archived author: Revision • Posted: 2022-08-25T17:07:12.833000+00:00
Original source
the name is the word just before ./ of course
Archived author: Revision • Posted: 2022-08-25T17:07:19.592000+00:00
Original source
You can name them whatever you want