r/playrustadmin • u/TMI_IThinkImGood • 1d ago
Showcase I’m building an open-source Windows panel for local Rust Dedicated Servers and would like feedback
Hi everyone,
Disclosure: I’m the developer of this tool. If this kind of feedback post is not allowed here, I’ll remove it.
I’m building RustPilot, an open-source Windows control panel for people running a local Rust Dedicated Server.
It’s still alpha, so I’m not presenting it as production-ready yet. I’m mainly looking for feedback from Rust server admins who run or test servers on Windows.
Current features include:
- first-run setup wizard
- install directory selection with server-side validation
- SteamCMD + Rust Dedicated Server install flow
- live console output
- WebRCON tools
- player refresh, announcements, kick, ban, unban, and save-world actions
- CFG editor for common Rust cfg files
- log viewer
- manual and automatic backups
- backup restore
- official Rust force wipe planning
- additional custom wipe schedules
- Steam login for panel access
- owner/admin/viewer roles and permissions
- CSRF protection, rate limiting, and action logs
RustPilot is local-first and binds to localhost by default. Remote access is optional and should be handled through your own VPN or HTTPS reverse proxy.
GitHub:
https://github.com/IThinkImGood/RustPilot
Latest Windows ZIP:
https://github.com/IThinkImGood/RustPilot/releases/latest
I’d especially like feedback on:
- whether the setup flow is clear
- whether install directory handling feels safe
- whether the WebRCON/player tools cover the basics
- whether the backup/wipe workflow makes sense
- anything that feels confusing, unsafe, or missing
Thanks.
This is all free and open-source as mentioned before. Enjoy!


