Jump to content

So I got a minecraft server running on an ubuntu server but I was wondering if there was anyway to still other parts of the system? By this I mean that I would like to potentially run a terraria server or something of the sort from the system at the same time. Thinking about it now this may not be possible but just curious if there is any way that I can get out of the server log screen without stopping the server. Thanks!

Link to comment
https://linustechtips.com/topic/1201168-use-linux-while-server-running/
Share on other sites

Link to post
Share on other sites

12 minutes ago, FivePlyPaper said:

So I got a minecraft server running on an ubuntu server but I was wondering if there was anyway to still other parts of the system? By this I mean that I would like to potentially run a terraria server or something of the sort from the system at the same time. Thinking about it now this may not be possible but just curious if there is any way that I can get out of the server log screen without stopping the server. Thanks!

Configure the server so that minecraft runs as a service instead of a foreground application. That would be the best solution.

 

Other than that, log in on a different terminal: Ctrl+Alt+(F1–F12). Or use "screen" to run the process, which allows you to move it into the background. I'd see those as quick temporary workarounds. Running a server application as a service is the way to go if you want your server to do more than one thing at a time.

 

~edit: These might serve as a starting point:

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

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

×