Console Client on Dedicated Server

Status
This thread has been locked.

Legendary

Fate brings us together
Supreme
Feedback score
12
Posts
158
Reactions
60
Resources
0
Title says it all. I’m trying to find out how I can put a console client on a paid dedicated server so I don’t have to leave my computer on all night just to afk. A console client is a client used to afk on any server that doesn’t open an actual Minecraft launcher and uses way less ram, etc. Just google it. Willing to pay quite a bit for someone to figure this out. Pm me
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

aw

Deactivated
Feedback score
10
Posts
119
Reactions
42
Resources
0
There is no possible way unless you buy a hosting box thingy.. or you would need to buy a hosting.. I recommend nexril.net
not true
Title says it all. I’m trying to find out how I can put a console client on a paid dedicated server so I don’t have to leave my computer on all night just to afk. A console client is a client used to afk on any server that doesn’t open an actual Minecraft launcher and uses way less ram, etc. Just google it. Willing to pay quite a bit for someone to figure this out. Pm me
you need to run the server in a screen
 

Wouterg

Premium
Feedback score
15
Posts
108
Reactions
60
Resources
1
You have to open a virtual console using screen.
To first set up the screen run screen -S <screen name>
Then, run your minecraft server as usual. Exit using CTRL+A+D, or exiting the ssh client (The minecraft server will still be running).
To reconnect to the screen, type screen -r <screen name>

If something goes wrong, you can kill the screen with screen -XS <screen name> kill. This might corrupt a world save or other important files in your server though, so use this as a last resort.
 
Last edited:
Status
This thread has been locked.
Top