ManeXi Posted June 24, 2015 Share Posted June 24, 2015 (edited) 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 June 28, 2015 by Guest Link to comment
tuaos Posted June 26, 2015 Share Posted June 26, 2015 Luckily i've obtained free linux mta server, but i don't know commands to control the console of the remote serverI 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
ManeXi Posted June 28, 2015 Author Share Posted June 28, 2015 Thank you much it worked, much love, i'll set this as solved. Link to comment
tuaos Posted June 29, 2015 Share Posted June 29, 2015 Thank you much it worked, much love, i'll set this as solved. Lol, Np Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now