Why I Abandoned Web VPS Panels and Built My Own Desktop Control Plane in Rust

작성자

카테고리:

← 피드로
DEV Community · shiheb amri · 2026-06-27 개발(SW)
Cover image for Why I Abandoned Web VPS Panels and Built My Own Desktop Control Plane in Rust

shiheb amri

Let’s be honest. Web-based VPS control panels are great—until you check your server resource logs and see they’re consuming 15% of your RAM, or you realize your root SSH private key is sitting in a MySQL database on the web.

I wanted a dashboard to manage my Docker containers and Nginx configs, but without the security risk or the resource bloat.

So, I built one. Here’s why I chose a local-first approach using Tauri and Rust.

Vessel is fully open-source (MIT) and free to use. You can download the pre-built binaries or check out the code: https://github.com/shihebamrii/vessel

I have a question for you: If you could add one feature to a local-first VPS control panel to make it replace your current command-line workflow, what would it be? Let’s discuss in the comments!

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다