Jump to content

[Solved]Commands


Recommended Posts

Luckily i've obtained free linux mta server, but i don't know commands to control the console of the remote server

I use ./mta-server -d command to run the server 24h, but after all, i can't control the remote console to do things like:

  • -Shutting down server
    -start/stop/restart/refresh resources

If anyone could post here the commands i have to use to do the things before mentioned.

Edited by Guest
Link to comment
Luckily i've obtained free linux mta server, but i don't know commands to control the console of the remote server

I use ./mta-server -d command to run the server 24h, but after all, i can't control the remote console to do things like:

  • -Shutting down server
    -start/stop/restart/refresh resources

If anyone could post here the commands i have to use to do the things before mentioned.

To open server console, go to the directory where mta-server present then use:

screen -ls 

You will get PROCESS_ID of your server, there might be more than 1 process_ID. Copy both of them and try with each using,

screen -r PROCESS_ID 

use your process_ID no. instead of PROCESS_ID in above code.

Now you can control your server from console!

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