Repository

Setup

The simplest and best way to get Webmin is to use automatic setup-repos.sh script to configure repositories on your RHEL or Debian derivative systems. It can be done in two easy steps:

curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh

This script will automatically setup our repository and install our GPG keys on your system, and provide webmin package for installation and easy upgrades in the future. The supported and tested systems are Red Hat Enterprise Linux, Alma, Rocky, Oracle, CentOS Stream, Fedora or Debian, Ubuntu, Kali.

Install

If Webmin repository was setup using our setup-repos.sh as described above then Webmin can be installed as easy as:

RHEL and derivatives

dnf install webmin

Debian and derivatives

apt-get install webmin --install-recommends

Access

After successful Webmin installation, you can access its interface by entering https://<Your-Server-IP>:10000 in your browser. Check that your firewall configuration allows access through port 10000.

Manual

The latest full Webmin distribution is available in various package formats for download:

rpmRed Hat Enterprise Linux, Alma, Rocky, Oracle, CentOS Stream, Fedora, openSUSE

debDebian derivatives (Ubuntu, Kali, Parrot, Pop!, Lite, Devuan)

pkgSolaris

tarFreeBSD or any other Linux distribution

  * The minimal tar version of Webmin contains only the core API and programs, and a few modules required for its basic operation. Most modules and all themes have been left out, but can be easily added later. It can be useful if you only need some of the programs functionality, and don’t want to download the entire multi-megabyte package.

Checksum Verification

To verify that you have downloaded Webmin fully and correctly, you can use the command sha256sum on the downloaded file, and compare it against those listed below:

FileSHA256 Checksum
webmin_2.111_all.deb36f0b8c5b72ad3e8657c4b206fcfa873097d6dedda7838ab91a33644cd0b0a9d
webmin-2.111-minimal.tar.gz826e497fbfa0329a0ef004be15f1828ecb8d03dbecb4ca37099950a9ba30d6ea
webmin-2.111-1.noarch.rpm9bea3f3cce3ba37259620a73eb5ed2fcf67b1e7d4c1041b168d665a7c4435dd6
webmin-2.111-1.src.rpm7789f6563466bc515c068959ecae43096b5b7335f839673110b8e443794f23cf
webmin-2.111.pkg.gz48f831b179c86c92ac50243fb990eee47c6f84e938334b7f9d15cfba69e232ce
webmin-2.111.tar.gz9000ce55275494802ec433e2de634289989f5d99ea2970716d7d9c97e38f2f5e
webmin-2.111.zip1ef1a4c598119f62df788633d6c78fc0a87a0b59ab7fe42d56c46bdf7c685f85

Configure

If Webmin package was downloaded manually it can be installed:

RHEL and derivatives

dnf install ./webmin-current.rpm

Debian and derivatives

apt-get install --install-recommends ./webmin-current.deb

Solaris

# The root user be switched from a role account to a normal account to logins to work
rolemod -K type=normal root
# Uncompress
gunzip webmin-current.pkg.gz
# Install
pkgadd -d webmin-current.pkg

FreeBSD and any other Linux installation from source

# Change directory
cd /tmp
# Uncompress
gunzip webmin-current.tar.gz
tar xf webmin-current.tar.gz
cd webmin-current
# Install
./setup.sh /usr/local/webmin

If you installed it by specifying an installation directory parameter to setup.sh as the instructions above show, i.e. /usr/local/webmin, the original webmin-current directory can now be safely deleted.

The source package can be installed on any of the supported OS, such as FreeBSD, macOS, HP/UX, AIX, and all other flavors of Linux. However, if your system supports one of the other package formats like rpm or deb packages, it is recommended to install it from that type of package.

Older Versions

Older versions of Webmin can be downloaded from Sourceforge.

Standard Modules

The standard modules that you may have deleted from Webmin on your system can be re-installed by downloading using this link.

Development Builds

There are development pre-release and nightly builds available for testing purposes only. These builds may be unstable or lack certain features. Use them at your own risk!

Pre-release Builds

Pre-release builds can be found on devel.webmin.com page.

Nightly Builds

Nightly builds can be found on builds.webmin.dev page.