Dokümantasyon
Panel user manual· Toplam ~101 dk okuma
What is VDS Panel?
VDS Panel, based on K3s, running in a single Docker container self-hosted It is a server management panel. You can automatically deploy your Java/Spring Boot, Node.js, PHP, Python, Docker projects from GitHub or via JAR upload; Automatically manages SSL certificates with Let's Encrypt; You can install system services (PostgreSQL, Redis, SonarQube, Nexus, etc.) via the catalog.
On Ubuntu 22.04+ server sudo bash vdspanel-*.run — 5-15 min.
Each project in its own K8s namespace — NetworkPolicy closed to each other.
JWT + token versioning + audit log + rate limit + CSRF + CSP + fail2ban...
After the container restart, projects + system services are automatically recovered.
Supported languages / frameworks
Supported deploy types
- jar — Spring Boot JAR with systemd or PM2 (lightest, single server)
- kubernetes — Peer-to-peer namespace in K3s, isolated, scalable
- docker — Dockerfile-based custom stack (any language)
- pm2 — Node.js process manager (opt-in)