A comprehensive web server management panel written in Go, similar to Hestia CP.
- Dual Interface: CLI and Web panel
- Single Binary: All components embedded
- PAM Authentication: System user integration
- Service Management: Apache, Nginx, PHP-FPM, DNS, Mail, Databases
- SSL Management: Let's Encrypt with auto-renewal
- Security: Firewall, Fail2ban, IP lists
- Backup & Cron: Automated backup and task scheduling
go build -o easygo cmd/easygo/main.go./easygo web./easygo help
./easygo apache install
./easygo php install 8.2
./easygo ssl create example.com- Linux OS
- Root privileges for system management
- PAM development libraries
cmd/- Main application entry pointinternal/- Internal packages (cli, web)pkg/- Shared packages (actions, auth)web/- Static assets and templates