Screens on dedicated server

Status
This thread has been locked.

Ramo

Banned
Feedback score
6
Posts
177
Reactions
13
Resources
0
Server releasing literally in a couple hours and i forgot how to do screens could someone please teach me. ubuntu 16.04 dedicated server
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ramo

Banned
Feedback score
6
Posts
177
Reactions
13
Resources
0
So like i ccan keep the server running while my computer is offline from my dedi. screen -r or something please Etika
 
Banned forever. Reason: Scamming (https://www.mc-market.org/threads/567487)

Ramo

Banned
Feedback score
6
Posts
177
Reactions
13
Resources
0
so screen -ls to start?
i
 
Banned forever. Reason: Scamming (https://www.mc-market.org/threads/567487)

Ramo

Banned
Feedback score
6
Posts
177
Reactions
13
Resources
0
Cheers will try out now mate![DOUBLEPOST=1567831580][/DOUBLEPOST]How do i turn off a screen[DOUBLEPOST=1567831590][/DOUBLEPOST]onien
 
Last edited:
Banned forever. Reason: Scamming (https://www.mc-market.org/threads/567487)

Ramo

Banned
Feedback score
6
Posts
177
Reactions
13
Resources
0
wait so how do i find the id[DOUBLEPOST=1567832146][/DOUBLEPOST]There are screens on:
5881.practice (09/07/2019 02:45:20 PM) (Attached)
4903.practice (09/07/2019 02:37:34 PM) (Detached)
4764.practice (09/07/2019 02:37:02 PM) (Attached)
4685.practice (09/07/2019 02:36:02 PM) (Attached)
4653.practice (09/07/2019 02:35:39 PM) (Attached)
4616.pts-6.mc (09/07/2019 02:35:17 PM) (Detached)
4414.pts-3.mc (09/07/2019 02:34:05 PM) (Detached)
26380.pts-0.mc (08/15/2019 02:56:16 AM) (Attached)[DOUBLEPOST=1567832161][/DOUBLEPOST]i think ive made too many how to do i stop all the practice screens onien
 
Banned forever. Reason: Scamming (https://www.mc-market.org/threads/567487)

Maury

Systems & DevOps Engineer
Supreme
Feedback score
14
Posts
32
Reactions
4
Resources
0
Create a screen: screen -S <name> <command>
eg. screen -S bungeecord java -jar bungeecord.jar
This way you don't have to deal with screen IDs.
You can also use screen -dmS <name> <command> to start the screen in detatched mode.

List screens: screen -ls

Detatch a screen: press CTRL+A CTRL+D

Resume a screen: screen -r <name>

Delete a screen: resume a screen first and then type "stop" or press CTRL+C (the latter will not gracefully stop your server)

Screens are very basic system administration. If you're new to Linux, I strongly encourage you to hire a sysadmin to install a panel for you. When you have no experience, it's very easy to mess things up (this is especially true if you're working in a production environment).
 
Last edited:

StealWonders

Supreme
Feedback score
3
Posts
97
Reactions
34
Resources
0
Just use google, there are multiple guides on the first page that should get you the information you need.
 

int_i

Premium
Feedback score
2
Posts
124
Reactions
18
Resources
0
Wow not this way, set your server as a Linux service
 
Status
This thread has been locked.
Top