
Now that Webmin is installed on your Ubuntu system open your favorite browserĪnd type your server’s hostname name or public IP address followed by the Webmin port 10000: The browser will complain about the certificate being not valid. , you can do that by running the following command: sudo ufw allow 10000/tcp Accessing Webmin Web Interface # You need to open the port in your firewall so that the Webmin interface is accessible from the Internet. Adjust the Firewall #īy default, Webmin listens for connections on port 10000 on all network interfaces. To upgrade your Webmin installation when a new release is published, use the standard apt upgrade procedure. That’s it! At this point, you have successfully installed Webmin on your Ubuntu 20.04 server. The Webmin service will start automatically. You can now login to as root with your root password, or as any user who can use sudo
Restart webmin ubuntu install#
Once done, the following output will be displayed: Webmin install complete. Install the latest version of Webmin by typing: sudo apt install webminĪll dependencies will be automatically resolved and installed.

The add-apt-repository command will also update the package index. Import the Webmin GPG key and add the Webmin repository to your system’s software sources: wget -q -O- | sudo apt-key add - sudo add-apt-repository "deb sarge contrib" The steps below describe the process of installing Webmin on Ubuntu:įirst, update the packages list and install the dependencies: sudo apt update sudo apt install software-properties-common apt-transport-https wget We’ll enable the Webmin repository and install the package with apt

The installation is a pretty straightforward process. Webmin is not included in the standard Ubuntu repositories. Then restart Webmin to apply the configuration changes: sudo systemctl restart webmin Then, enable the Apache proxyhttp module: sudo a2enmod proxyhttp You will see the following result: Output Considering dependency proxy for proxyhttp: Enabling module proxy. We’re assuming that you have administrative access to the Ubuntu server, either as root or a user with sudo permissions
Restart webmin ubuntu how to#
This guide explains how to install Webmin on an Ubuntu 20.04 server. , you can configure almost every aspect of the system through your web browser. How to INSTALL phpMyAdmin in Linux CentOS 7 with LAMP Stack
