Run Oracle Cloud 24/7
Hello everyone!
I have recently done all the steps followed in the Oracle Cloud Minecraft Server guide
https://blogs.oracle.com/developers/post/how-to-set-up-and-run-a-really-powerful-free-minecraft-server-in-the-cloud
I was wondering about what the next steps are in order to have the server running 24/7 even after I close the terminal. When I close it, the vm stops running and so the server closes.
Thank you!
10 Replies
run it in tmux
ok thank you, do you have any website or reference to where should i start looking?
digital ocean has really great guides for learning linux
The command
man tmux
they [digital ocean] don't have a good guide for tmux though 😅
If you prefer long-winded blog posts, this one seems decent
https://dev.to/iggredible/tmux-tutorial-for-beginners-5c52
oh okay
so should i run
man tmux
before running the server, and after that what ?
as in, if i reopen the terminal (and subsequently enter the server), what command should i use?man
stands for manual. Like a help page.oh, my bad ^^'
type
man man
in your consolethat's interesting
the help for the help command