• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install webmin in Linux Mint 18.3

2663

To install Webmin in Linux Mint 18.3

Webmin is a free, open-source, modern, web-based control panel for any Linux or other UNIX like servers. Its simple interface allows its users to administer your server in an easy manner. When you use Webmin, you can change the settings of common packages In this tutorial, you' ll learn the method to install Webmin on Linux Mint 18.3

Installing Webmin

First, we need to add the repo to our source list file.

linuxhelp ~ # nano /etc/apt/sources.list 
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
^G Get Help     ^O Write Out    ^W Where Is     ^K Cut Text     ^J Justify      ^C Cur Pos      ^Y Prev Page    M- First Line  M-W WhereIs Next
^X Exit         ^R Read File    ^ Replace      ^U Uncut Text   ^T To Spell     ^_ Go To Line   ^V Next Page    M-/ Last Line   M-] To Bracket

Now download the repository key file.

linuxhelp ~ # wget http://www.webmin.com/jcameron-key.asc
--2018-03-11 05:04:11--  http://www.webmin.com/jcameron-key.asc
Resolving www.webmin.com (www.webmin.com)... 108.60.199.109
Connecting to www.webmin.com (www.webmin.com)|108.60.199.109|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1320 (1.3K) [text/plain]
Saving to: ‘ jcameron-key.asc’ 

jcameron-key.asc                     100%[====================================================================> ]   1.29K  --.-KB/s    in 0s      

2018-03-11 05:04:11 (98.0 MB/s) - ‘ jcameron-key.asc’  saved [1320/1320]

After that add the repo key by using " apt-key add" command.

linuxhelp ~ # apt-key add jcameron-key.asc 
OK

Once done, update the apt source by invoking the following command.

linuxhelp ~ # apt-get update 
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                                         
Ign:3 http://webmin.mirror.somersettechsolutions.co.uk/repository sarge InRelease                                                          
Ign:4 http://packages.linuxmint.com sylvia InRelease                                                                                       
Ign:5 http://download.webmin.com/download/repository sarge InRelease                                            
Get:6 http://webmin.mirror.somersettechsolutions.co.uk/repository sarge Release [14.9 kB] 
Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                
.
.
Get:34 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [7,064 B]                                                        
Get:35 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,812 B]                                                       
Fetched 5,347 kB in 7s (679 kB/s)                                                                                                                
Reading package lists... Done

now install Webmin using the following command.

linuxhelp ~ # apt-get install webmin 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  apt-show-versions libauthen-pam-perl
The following NEW packages will be installed:
  apt-show-versions libauthen-pam-perl webmin
.
.
as root with your root password, or as any user who can use sudo
to run commands as root.
Processing triggers for systemd (229-4ubuntu21) ...
Processing triggers for ureadahead (0.100.0-19) ...

You can now open the browser, use the syntax: https://< your ip address> :10000 on your URL search bar.
open_app

Here use your system username and password as the login credentials.
credentials
With this, the method to install Webmin in Linux Mint 18.3 comes to an end.

Tags:
olivercooke
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How do I change my Webmin password?

A

to solve precisely this problem. Assuming you have installed Webmin in "/usr/libexec/webmin", you could change the password

Q

how Can I make the installation of Webmin on OpenSUSE?

A

for downloading webmin refer the following
https://www.linuxhelp.com/how-to-install-webmin-1-881-on-ubuntu-18-04/

Q

What is the effect of Webmin have existing configuration files?

A

Just installing Webmin will not cause any config file changes to be made. When you start to use it, only the config files related to the changes that you make in Webmin will be modified

Q

When I download the version of Webmin, why do I get a .tar file?

A

Your browser has automatically gunzipped the file for you. Just rename it to webmin-1.890.tar (if it hasn't been already) and skip the gunzip step in the install instructions.

Q

which command to download the repository key file to install webmin?

A

download the repository key file for webmin by using the following command

# wget http://www.webmin.com/jcameron-key.asc
# apt-key add jcameron-key.asc

Related Tutorials in How to install webmin in Linux Mint 18.3

Related Tutorials in How to install webmin in Linux Mint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure Bind DNS on Webmin
How to install and configure Bind DNS on Webmin
Jan 5, 2018
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018

Related Forums in How to install webmin in Linux Mint 18.3

Related Forums in How to install webmin in Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to install webmin in Linux Mint 18.3

Related News in How to install webmin in Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Owen ?
How to add SSH key to my Gitlab account

I need to add the SSH key in my gitlab account. How to do so ????

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.