- Lab
- A Cloud Guru
Installing and Configuring Webmin
In this hands-on lab, we will connect to a server and install Webmin. Once Webmin is installed, we will change the default port, add a listener port to the configuration, and cycle the service. The last step of this lab will be to confirm Webmin is accessible on the newly-created port, log into the console, and create a Webmin administrative account.
Path Info
Table of Contents
-
Challenge
Connect to the Server and Install Webmin
- Use
apt
to install the Webmin package.
- Use
-
Challenge
Change the Default Port and Add the Listener Port
- Edit the
miniserv.conf
configuration file to change the default port. The new port value should be8080
. - Add a new entry to the
miniserv.conf
configuration file for thelisten
port and set the value to8080
. - Cycle the Webmin service to pick up the configuration changes.
- Edit the
-
Challenge
Connect to Webmin Using the New Port
- Identify the public IP Address of the Webmin host.
- Launch a web browser from your system.
- Connect to the Webmin host using the Public IP address,
https
protocol and port 8080.
-
Challenge
Create a New Webmin Administrative Account and Assign the Account Privileges
- Select the Webmin Users module.
- Create a new privileged account for
Peter Gibbons (pgibbons)
and set the password toDeveloper123
. - Grant Peter’s account administrative access to all of the Webmin modules.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.