• 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 ( Ubuntu ) Can´t start the server

RRRIKARDO

New Member
Joined
Oct 1, 2015
Messages
38
Reaction score
2
Hello all,
So, i compling the server OTXNews, and after do a command to start the server ( ./theforgottenserver ) it return an error

Code:
-bash: ./theforgottenserver: No such file or directory

what am i doing wrong to dont start the server ?

thaks alot :)
 
Solution
You can checkout the files in your current location by ls command. It will print all the files there.

As the output says -bash: ./theforgottenserver: No such file or directory there isnt probably theforgottenserver file (maybe another name?)

To find that file on system use command find / -iname theforgottenserver It will give you the path to your file.
Make sure you’re in the right directory before trying to start the server, and make sure your config path is correct.
 
Navigate to dir with ot with cd /directory if you dont know where your server is use WINSCP program for windows
 
You can checkout the files in your current location by ls command. It will print all the files there.

As the output says -bash: ./theforgottenserver: No such file or directory there isnt probably theforgottenserver file (maybe another name?)

To find that file on system use command find / -iname theforgottenserver It will give you the path to your file.
 
Solution
Hi all,
The problem was solved, the name is not theforgottenserver , the name is tfs
so, to start the command must be ./tfs

Thank you.
 
Back
Top