LXD Zzz Manager is a Bash Script-based CLI (Command Line Interface) tool designed to automate VPS management using LXD/LXC technology on Ubuntu or Debian servers.
This script allows a single Dedicated / Large VPS (Host) to be split into several isolated Small VPS (Containers), complete with:
- Resource limits (RAM, CPU, Disk)
- Independent SSH access
- Automatic port forwarding
Manually managing LXD containers is quite complicated:
- Running
lxd launch - Setting RAM, CPU, and Disk one by one
- Port mapping with iptables / proxy
- Editing SSH configuration to allow password login
LXD Zzz Manager simplifies everything with just one click:
- Select a menu
- Enter the data
- The VPS is ready to use immediately π
- π₯οΈ Interactive Menu
- π¦ Auto Install LXD
- β‘ Resource Limiter
- π SSH Port Forwarding
- OS: Ubuntu 20.04 / 22.04 LTS or Debian 11
- User: Root
- Virtualization: LXD supported
wget https://raw.githubusercontent.com/muhammadzili/lxd-zzz-manager/main/lxd-zzz.sh
chmod +x lxd-zzz.sh
./lxd-zzz.shMIT License