Docs / Control Panels / How to Install Webmin on Ubuntu

How to Install Webmin on Ubuntu

By Admin · Feb 25, 2026 · Updated Apr 24, 2026 · 216 views · 1 min read

Webmin is a free web-based server administration panel.

Install

curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh\nsh setup-repos.sh\napt install webmin -y

Access

Open https://YOUR_IP:10000 in your browser. Log in with your server's root credentials.

Firewall

ufw allow 10000/tcp

Features

  • File manager
  • Package management
  • User management
  • Cron job editor
  • Firewall configuration
  • Service management

Was this article helpful?