• 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!

Lua how to run tfs on ubuntu whit out grafic interface?

mimus

New Member
Joined
Mar 14, 2012
Messages
168
Reaction score
2
hmmm thats the question, if i instal ubuntu server with not gui can i just intall the lamp and then just ./tfs ?
 
Try looking this

Code:
sshd re-exec

service ssh status

sudo service ssh start

sudo service ssh restart

sudo apt-get install openssh-server
sudo /etc/init.d/ssh stop
sudo /etc/init.d/ssh start
sudo /etc/init.d/ssh restart
 
Back
Top