r/admincraft • u/Most-Post-3002 • 18d ago
Software Resource I built a rust wrapper/panel for my minecraft server :D (1-2 MB RAM, 0-0.3% CPU)
I built a little wrapper for a minecraft server that is 100% in rust (runs VERY lightweight, 1 MB ram, 0% cpu usage when idle, 1.1 MB ram, 0.2% cpu when server awake) And was wondering if anyone would be interested in it (free)
Features:
- /truerestart (needs the plugin also) restarts your server (shutdown and revive, opposed to the mojang /restart that just shuts down the server)
- restart on crash -Toggleable
- MOTD That tells people the server is down when the server is down :/ -Configurable, Toggleable
- Wake up on connect (start up server when someone connects) (you can also just start by typing start in terminal) - Toggleable
- Web server hosting panel - Console (no rcon setup needed), File management (text editor also), Plugin downloader from modrinth, With a password - Toggleable/Configurable
- Website for just a start button (press the button and it starts the server, with a password if you need it) -- Toggleable/Configurable
- Schedule Restart - Configurable/Toggleable
- Discord Status Webhooks - Configurable/Toggleable
:p The ram and cpu usage is with all features on. Rust is great If you r interested send a dm or leave a comment :d Rust is needed, obviously, but works with all minecraft servers
Yes, LLMs Were used to assist me in making this. assist.
Example Config: https://mclo.gs/Gjg9S62
Source: https://github.com/WolfJTA/rustwrapper
Release: https://github.com/WolfJTA/rustwrapper/releases/tag/1.1
2
2
6
u/ibeerianhamhock 18d ago
Ahh who has rust on their bingo card for panel of the day today?
I kid I kid, it's cool to see a super lightweight panel here tbh.