Getting Started with Webmin

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
  • 0 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Installing cPanel & WHM

Installing cPanel & WHM cPanel is one of the most popular web hosting control panels. It...

Installing HestiaCP

Installing HestiaCP HestiaCP is a free, open-source web hosting control panel — the most actively...

Installing Cockpit — Web-Based Server Manager

Installing Cockpit Cockpit is a lightweight, browser-based server management interface built into...

Setting Up Nginx Proxy Manager

Setting Up Nginx Proxy Manager Nginx Proxy Manager (NPM) is a Docker-based GUI for managing...

Using phpMyAdmin to Manage Databases

Using phpMyAdmin to Manage MySQL/MariaDB Databases phpMyAdmin is a browser-based interface for...