• 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/Debian-like] TheForgottenServer WWW Control

I know it's a old thread but I can't get this to work, could it be because of php5? since I can't find the function shell_exec in php.ini
just add in you php.ini "shell_exec = on"
if it is still not working check if theforgottenserver in init.d and your tfs applications have rights to execute (chmod +x filename) and check visudo

sorry for multi-posting but i edit option is not working. i just figured out how easily pass tfs root warning in this contol system. just change
cd $2 && screen -Adm ./theforgottenserver
to
cd $2 && su -c "screen -AdmS TFS ./theforgottenserver" your_user_name
it will start tfs as user set in your_user_name not as root

PS. to check how your tfs is working and to view it's output just type in your terminal (not root) screen -r
 
Last edited by a moderator:
Back
Top