Jump to content
  • 0

restarting command from root console


rootegy

Question

Posted

Hello,

I'm dealing with my mta server via root console

when i try command "restart"

egyroot@egyvps:~/mtasa/mtasa-server# restart

restart: missing job name

Try `restart --help' for more information.

4 answers to this question

Recommended Posts

  • 0
Posted
You are trying to restart a resource from the console?

He is using a SSH (probably), and wants to restart his MTA server through it but it is not working.

Not the MTA console.

  • 0
Posted

You should run your server in a screen session. Then you could use something like:

screen -ls    # List active screen sessions 
screen -r <id>    # Reconnect to screen session 

Or of you just want to send the command you could use:

screen -S <name_of_screen> -p 0 -X stuff "<command>" 

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...