Getting Started with Webmin
Webmin is a free, open-source web-based control panel for Linux server administration.
Installation on Ubuntu/Debian
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh
apt install webmin -y
Installation on CentOS/AlmaLinux/Rocky
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh
dnf install webmin -y
Accessing Webmin
Open your browser and go to: https://YOUR_SERVER_IP:10000
Log in with your root username and password.
Allow Webmin Through the Firewall
ufw allow 10000
Key Features
- User and group management
- Apache/Nginx web server configuration
- MySQL/MariaDB database management
- Built-in file manager
- Cron job scheduler
- System log viewer