• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux I need commands to Putty to settup my server!

srhrich

Member
Joined
Jul 29, 2012
Messages
236
Reaction score
23
Hello, Otland! I wonder an important thing! How the hell can I open my server in PUTTY? I know how to open it but I'm struggling with commands and stuff Anyone can explain to me how step by step? please!


I will give Game master to them!
 
okay all you need to do is
open putty log in as root
and follow this commands


Code:
apt-get update
Code:
apt-get upgrade

Code:
 cd /home
Code:
mkdir ots
Code:
cd ots

Code:
wget freesa-mp.com/1.zip

Code:
apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.1 mysql-common mysql-server-5.1 gcc cpp automake autoconf pkg-config

Code:
apt-get install libboost1.42

Code:
apt-get install zip

Code:
unzip 1.zip

Code:
cd 1

Code:
chmod +x autogen.sh


Code:
./autogen.sh && ./configure --enable-mysql --enable-server-diag && make

after you will have in folder 1 file theforgottenserver move it to ots folder
put your data and mods and config

then set you datebase

then

make new user

Code:
adduser ots

exit of putty login to new user

then go to
Code:
cd /home/ots

and write
Code:
screen

and turn on server

Code:
./theforgottenserver

this how I do on debian 6 if not working or errors with libboost pm me


Best Regards
mlody.1039
 
After this operation, 997 kB of additional disk space will be used.
Do you want to continue [Y/n]?

How should i write it down?
 
Back
Top