• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux How do i know if it compiled right? any file need moving?

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
Hey finally i think it compiled right but how do i start it? and is there a file that i need to move?
and what do write to make it start?
source is in /home/server/source
 
Well in your trunk folder you have the forgottenserver binary

so just start it with
cd /your/directory/here
and ./theforgottenserver

Or you could do

cd
screen -S servername
cd /your/directory/here
./theforgottenserver
 
There should be a theforgottenserver file in the folder where you have your sources.
 
Back
Top