EcliPanel
Search
⌘KGeneral
Servers
Policies
The panel shows only visible templates that are allowed by your plan and portal configuration. Template availability is controlled by node administrators and may vary between instances.
| Template | Description |
|---|---|
| Paper | High-performance Minecraft server fork with plugin support, optimizations, and a large ecosystem. The most popular choice for Minecraft servers. |
| BungeeCord | Minecraft proxy for connecting multiple servers into a single network. Players connect to BungeeCord and are routed to backend servers. |
| Velocity | Modern Minecraft proxy designed for speed and flexibility. Faster than BungeeCord with better security and a modern plugin API. |
| Template | Description |
|---|---|
| AIO | Java 21, Node.js, Go, Rust, .NET SDK and other dev/runtime tools pre-installed. Ideal for developers who need multiple languages available. |
| Code-Server | Run VS Code in the browser for remote development. Access your code from anywhere with a full IDE experience. |
Minio S3 — S3-compatible object storage server. Use it for backups, file hosting, or as storage for applications that support the S3 API.
QEMU - Debian 13 VM — Full Debian 13 (Trixie) virtual machine using QEMU/KVM. Complete isolation, root access, SSH, and the ability to install and run anything. This is the most flexible option but requires more Linux knowledge. See the KVM guide for deployment, security hardening, and essential commands.
| Goal | Template |
|---|---|
| Minecraft server with plugins | Paper for a single server |
| Minecraft network | Velocity (modern) or BungeeCord as proxy, Paper for backends |
| Remote development | Code-Server for browser-based VS Code, or AIO for SSH-based multi-language dev |
| Full control over the OS | QEMU - Debian 13 VM |
| Object storage | Minio S3 |
| Standalone database server | MariaDB 10.3, add phpMyAdmin for web-based management |
The deployment process is the same for all templates.
After deployment, the Startup tab is where you customize how your server launches.
MAX_PLAYERS, SERVER_PORT, JAVA_VERSION, and memory limits. Each template exposes different variables.sudo apt update && sudo apt upgrade -ycurl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - then sudo apt install -y nodejsnode -v and npm -vgit clone https://github.com/your/repo.git && cd reponpm installexport PORT=3000 or create a .env file.npm start or use PM2 for production: npm install -g pm2 && pm2 start app.js --name myapphttp://YOUR_IP:FORWARDED_PORT in your browser.velocity.toml) to add each Paper server as a backend using their internal IP and port.forwarding.secret file.For Linux VM setup, SSH configuration, and security hardening, see the KVM guide. For server controls, file management, and troubleshooting, see Server management.