• 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 to start compiled server

thomson9292

New Member
Joined
Feb 28, 2017
Messages
97
Solutions
1
Reaction score
2
Last edited:
Solution
First you have to go into the build folder, then

mv ./tfs ../tfs
That moves the excutable to the main directory, then do
cd ..
^ back up into the main directory
Then just go ahead and do
./tfs
And you should be up and running
First you have to go into the build folder, then

mv ./tfs ../tfs
That moves the excutable to the main directory, then do
cd ..
^ back up into the main directory
Then just go ahead and do
./tfs
And you should be up and running
 
Solution
@Joe Rod
Guide you sent contains:
sudo php5enmod mcrypt
sudo service php5-fpm restart

I got php7. Can I enable mcrypt with php7?

edit.
solved.
I missed this part:
sudo ln -s /usr/share/phpmyadmin /usr/share/nginx/html

edit2.
Any good tutorial how to correctly configure phpmyadmin?
 
Last edited:
I'm almost done!

But how can I create account and character? (1/1 doesn't work for me)
http://i.imgur.com/uP5O8zr.png

I downloaded ZnoteAAC but I see its not easy too add this and is this tutorial
[Video Tutorial] Setup TFS + ZnoteAAC on Ubuntu 16.04 LTS Linux Server
I can only check how to configure this on apache2 not nginx.

I would appreciate it if you help me to solve this problem. It would be very helpful even if you tell me how too add accounts and characters manually in phpmyadmin. Or maybe there is simpler acc creator than znote (acc manager?)?

Thaks you guys so much for all help!
 
Last edited:
Back
Top