Techolac - Computer Technology News
  • Home
  • Internet
  • Business
  • Computers
  • Gadgets
  • Lifestyle
  • Phones
  • Travel
  • Tech
  • More
    • Automotive
    • Education
    • Entertainment
    • Health
    • SEO
    • Linux
    • WordPress
    • Home Improvement
    • How to
    • Games
No Result
View All Result
  • Home
  • Internet
  • Business
  • Computers
  • Gadgets
  • Lifestyle
  • Phones
  • Travel
  • Tech
  • More
    • Automotive
    • Education
    • Entertainment
    • Health
    • SEO
    • Linux
    • WordPress
    • Home Improvement
    • How to
    • Games
No Result
View All Result
Techolac - Computer Technology News
No Result
View All Result
Home Linux

How to install Webmin on Ubuntu 18.04

by Editorial Staff
August 17, 2018
in Linux
Reading Time: 2 mins read

The objective is to install Webmin on Ubuntu 18.04 Bionic Beaver Linux along with required Linux, Apache, MySQL, PHP (LAMP) stack.

Operating System and Software Versions
  • Operating System: – Ubuntu 18.04 Bionic Beaver Linux
  • Software: – Webmin 1.870 and higher

This guide assumes the following scenario:

  • open firewall port 10000 or disabled firewall. See appendix below on how to open port 10000 on your UFW firewall
  • webmin server can be resolved via hostname webmin.linuxconfig.org. Confirm your DNS settings before continuing.

Install Prerequisites

The only main prerequisite for running a Webmin on your server is installed and running LAMP stack. Fortunately, installation of LAMP on Ubuntu is a trivial task:

sudo apt install wget

You will be prompted for a MySQL administration password. Simply enter it and take a note of it. You will need this password later within Webmin to access your databases.

Install Webmin

To install webmin on Ubuntu 18.04 we first need to add Webmin’s external repository and verification key signature:

wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add
sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"
sudo apt update
sudo apt -y install webmin

The last lines of the Webmin installation output will reveal instructions on how to access Webmins interface. Example:

Webmin install complete. You can now login to https://webmin.linuxconfig.org:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
Access Webmin web Interface

To access Webmin’s web interface start up your web browser and open the URL as shown during the Webmin installation process. Your browser will most likely complain about invalid HTTPS certificate.

This can be ignored or alternatively you can create Let’s Crypt certificate using webmin Webmin -> Webmin Configuration -> SSL Encryption -> Let's Encrypt once you login.

Login to Webmin using your root or sudo user credentials:

Open port 10000 with UFW

Given that your UFW is already enabled you can allow incoming traffic from any source to TCP port 10000 using the following.

sudo ufw allow from any to any port 10000 proto tcp

 

Related Posts

Top 5 MySQL Performance Tuning Tips
Linux

Top 5 MySQL Performance Tuning Tips

January 25, 2023
Top Commands to Check the Running Processes in Linux
Linux

Top Commands to Check the Running Processes in Linux

May 27, 2022
4 Tips to Prevent and Troubleshoot the ImagePullBackOff Kubernetes Error
Linux

4 Tips to Prevent and Troubleshoot the ImagePullBackOff Kubernetes Error

March 30, 2022

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Articles

  • Top 26 Best AniWorld Alternatives To Watch Anime Free
  • The Power of Good UI/UX Design in Driving Sales: A Comprehensive Guide
  • Use eBook Content Development to Enhance Your Real Estate Business
  • 30 CoolMovieZone Alternatives To Watch Movies HD Online
  • Private Equity Trends: Expectations Vs Reality
  • The Importance of a Digital Strategy For Business Growth
  • Top 26 Best AnimeGG Alternatives To Watch Anime Free
  • DashTech
  • TechDaddy
  • Terms and Conditions
  • Disclaimer
  • Write for us

© Techolac © Copyright 2019 - 2022, All Rights Reserved.

No Result
View All Result
  • Home
  • Internet
  • Business
  • Computers
  • Gadgets
  • Lifestyle
  • Phones
  • Travel
  • Tech
  • More
    • Automotive
    • Education
    • Entertainment
    • Health
    • SEO
    • Linux
    • WordPress
    • Home Improvement
    • How to
    • Games

© Techolac © Copyright 2019 - 2022, All Rights Reserved.