Setting up a server - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Setting up a server (/thread-1656.html) |
RE: Setting up a server - Woazboat - 05-10-2015 In the meantime, while the official binaries are not available, you could build the server from source on the RaspberryPi. The instructions for that can be found here: https://github.com/mc-server/MCServer/blob/master/COMPILING.md#linux-freebsd-etc If you are on jessie, you should be fine. On wheezy you'd probably need to find a way to get a newer version of the g++ compiler, since the one in the wheezy repositories is pretty outdated. If you run into any trouble or have any questions, feel free to ask. RE: Setting up a server - LogicParrot - 05-11-2015 (05-10-2015, 08:22 AM)Woazboat Wrote: In the meantime, while the official binaries are not available, you could build the server from source on the RaspberryPi. The instructions for that can be found here: https://github.com/mc-server/MCServer/blob/master/COMPILING.md#linux-freebsd-etc Yes, and if you're very lazy you can use this. RE: Setting up a server - bearbin - 05-11-2015 Raspberry pi CI builds are back up, could anybody with the issues test and make sure it's resolved now? RE: Setting up a server - denbertuz - 05-11-2015 (05-06-2015, 09:03 PM)denbertuz Wrote: Will install a fresh Raspbian, upgrade from wheezy to Jessie and then make a clean MCServer setup and report back Installed a fresh version from the netinstaller Installed nano and curl then added Minecraft user and ran the curl command to download. changed to Minecraft user and bingo - works great really great RE: Setting up a server - denbertuz - 05-11-2015 Quick question - My kids has created a world on their local machine - Can I copy all the foles in /world and move it to the MCServer /world folder and restart the server, or will i break something here? RE: Setting up a server - xoft - 05-11-2015 You should copy the "region" folder from inside the world, overwriting the region folder in MCS's world. Note that player inventories will not be migrated, so if they have any precious stuff, they should put it into a chest prior to the move. RE: Setting up a server - denbertuz - 05-11-2015 (05-11-2015, 06:38 PM)xoft Wrote: You should copy the "region" folder from inside the world, overwriting the region folder in MCS's world. Thanks for a fast reply - actually the move is from a minecraft server running on the local machine (Windows 7) - I'll ask the kids to save their stuff in their chests RE: Automatically startup server with boot - denbertuz - 05-11-2015 (05-06-2015, 05:17 PM)denbertuz Wrote:(05-05-2015, 09:22 PM)Safwat Wrote: Approach 2, boot at system boot (but no interactive window) reinstalled clean raspbian "jessie" - can't invoke it to start MCServer with boot - runs if i start it from terminal - anyone got a clue? See my RE: Automatically startup server with boot - LogicParrot - 05-11-2015 (05-11-2015, 08:18 PM)denbertuz Wrote: reinstalled clean raspbian "jessie" - can't invoke it to start MCServer with boot - runs if i start it from terminal - anyone got a clue? I suspect it's the wrong path. You need the path to the executable, not just to the folder. Shouldn't it be this? Code: /home/minecraft/MCServer/MCServer/MCServer Or perhaps this? Code: /home/minecraft/MCServer/MCServer Also, now that I think of it, a much better way to do it is using "tmux", it will allow you to attach to the console whenever you want, I'll post a little guide if you're interested. RE: Setting up a server - Seadragon91 - 05-11-2015 Screen is also a good tool for attaching to the terminal |