February 3, 20251 yr Pretty self-explanatory. It's kind of distracting to see a window open all the time, is there any way to run it in the background?
February 3, 20251 yr If you minimize the window it'll contain itself to the system tray and remove itself from the taskbar
October 30, 2025Oct 30 Author I am running Server on Raspberry Pi through SSH. How to put this in the background in terminal?
October 31, 2025Oct 31 Glodden Godd On 10/30/2025 at 1:32 PM, BengalEmpire767 said:I am running Server on Raspberry Pi through SSH. How to put this in the background in terminal?This is more of a Linux problem than MCGalaxy. You could use screen. I'm not sure if it's installed by default on Raspbian, though.
November 1, 2025Nov 1 Author 14 hours ago, Pear said:This is more of a Linux problem than MCGalaxy. You could use screen. I'm not sure if it's installed by default on Raspbian, though.It is not, but installing it is easy enough, ill try rnHey wait a second, i cant detach the screen cause i have to do a command, which I can't do without closing MCGalaxy....also what happens when the raspberry pi abruptly turns off? (load shedding is real)Wait no, the screen works, yay!The server runs even though i closed the session. I can reattach anytime and use the console. Epik
16 hours ago16 hr You can install tmux. It allows you to have a detached terminal that you can go in and out of but leave a program running. I've used it for other game servers that need to be running in the terminal to work. Edited 16 hours ago16 hr by mellow65
Pretty self-explanatory. It's kind of distracting to see a window open all the time, is there any way to run it in the background?