Jump to content

[HELP] Shutdown & Start Linux Server


Recommended Posts

  • MTA Team

The Linux server executable is usually called mta-server

So try:

./mta-server -d

If that does not work, view the directory contents with the command:

ls -l

 

Link to comment

If you are connected to the server and you have admin rights simply type in  console "shutdown"

from Linux:

If you are started the server in a screen just go to the screen by

screen -R [name of your screen]

and then if you are in type "shutdown" or "exit"

command to start your server in screen :

(if need use sudo for the permissions)
cd [directory of your mta server]
screen -dmS [name of your screen]
screen -R [name of your screen]
./mta-server64 (or if you using 32 bit ./mta-sever)

 

Edited by Neon_win
grammar correction
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...