Linux Server
#1

How to start Linux Server ? like samp-server.exe at Window Servers?
Reply
#2

on linux you just want too run sudo ./samp*

sudo = root permissions, known as administrator on windows
./ = run
* = match rest of the file name, saves typing it all in.
Reply
#3

Never run anything under root if it's not strictly necessary!
Reply
#4

You can run sa-mp server in Linux by:
Код:
# nohup ./samp03svr &
If you have permissions problems you can use:
Код:
# chmod 755 samp03svr announce samp-npc
Reply
#5

up for this
Reply
#6

Debian/Ubuntu
Code:
apt-get install mysql-server
CentOS
Code:
yum install mysql-server
Then install phpmyadmin with either apt-get or yum
Reply
#7

You could also use "screen", if you don't have it, use this:

yum install screen

Then change directory to your SA-MP server with:

cd /directory/of/your/samp/server

Then you can use:

screen ./samp03svr

To kill the process, use:

killall -9 samp03svr

Hope I helped.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)