{"id":798,"date":"2024-09-14T12:10:20","date_gmt":"2024-09-14T12:10:20","guid":{"rendered":"https:\/\/vpswebhostingindia.in\/blog\/?p=798"},"modified":"2024-09-14T12:13:23","modified_gmt":"2024-09-14T12:13:23","slug":"how-to-install-webmin-on-ubuntu-22","status":"publish","type":"post","link":"https:\/\/vpswebhostingindia.in\/blog\/how-to-install-webmin-on-ubuntu-22\/","title":{"rendered":"How to install Webmin on Ubuntu 22.04"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"introduction\">Introduction<\/h2>\n\n\n\n<p>Install Webmin &#8211; Webmin is an open-source <a href=\"https:\/\/www.squarebrothers.com\/managed-vps-hosting-india\/\" rel=\"nofollow noopener\" target=\"_blank\">server management<\/a> control panel that lets you perform system administration tasks using a web-based graphical user interface (GUI) on Linux systems. It offers a modular design with a core set of functionalities with the ability to install additional modules and manage various system aspects such as user accounts, disk quotas, networking, and applications.<\/p>\n\n\n\n<p>This article explains how to install Webmin on Ubuntu 24.04 <a href=\"https:\/\/vpswebhostingindia.in\/vps_hosting\/\">server<\/a> to manage and monitor system functionalities using the web-based control panel.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#introduction\">Introduction<\/a><\/li><li><a href=\"#install-webmin\">Install Webmin<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-webmin\">Install Webmin<\/h2>\n\n\n\n<p>Step 1: Updating the Package Cache<\/p>\n\n\n\n<p>C<strong>omment<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update\n\napt upgrade<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"531\" height=\"63\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-11.png\" alt=\"\" class=\"wp-image-800\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-11.png 531w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-11-300x36.png 300w\" sizes=\"auto, (max-width: 531px) 100vw, 531px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"411\" height=\"107\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-12.png\" alt=\"Install Webmin\" class=\"wp-image-801\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-12.png 411w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-12-300x78.png 300w\" sizes=\"auto, (max-width: 411px) 100vw, 411px\" \/><\/figure>\n\n\n\n<p>Step 2: Install the required packages.<\/p>\n\n\n\n<p>C<strong>omment<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install software-properties-common apt-transport-https wget<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"848\" height=\"148\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-13.png\" alt=\"\" class=\"wp-image-802\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-13.png 848w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-13-300x52.png 300w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-13-768x134.png 768w\" sizes=\"auto, (max-width: 848px) 100vw, 848px\" \/><\/figure>\n\n\n\n<p>Step 3: Import and Add Webmin Repository Key.<\/p>\n\n\n\n<p>By default, Webmin is not available in the default repository of Ubuntu. Therefore, you need to add the repository. You can add the repository by editing the \/etc\/apt\/sources.list file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/apt\/sources.list<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"510\" height=\"47\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-14.png\" alt=\"\" class=\"wp-image-803\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-14.png 510w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-14-300x28.png 300w\" sizes=\"auto, (max-width: 510px) 100vw, 510px\" \/><\/figure>\n\n\n\n<p>Add the following lines:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>deb http:\/\/download.webmin.com\/download\/repository sarge contrib<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"943\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-15-1024x943.png\" alt=\"\" class=\"wp-image-804\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-15-1024x943.png 1024w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-15-300x276.png 300w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-15-768x707.png 768w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-15.png 1121w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Save the file and exit the editor. If you had used <code>nano<\/code> to edit, you can exit by pressing <code>CTRL+X<\/code>, <code>Y<\/code>, then <code>ENTER<\/code>.<\/p>\n\n\n\n<p><strong>Step 4: Install webmin<\/strong><\/p>\n\n\n\n<p>Next, update the list of packages again in order to include the now-trusted Webmin repository:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update<\/code><\/pre>\n\n\n\n<p>Then install Webmin:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install webmin<\/code><\/pre>\n\n\n\n<p>Once the installation finishes, you\u2019ll be presented with the following output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Output. . .\nWebmin install complete. You can now login to\nhttps:\/\/<mark>your_server<\/mark>:10000 as root with your\nroot password, or as any user who can use sudo.\n<\/code><\/pre>\n\n\n\n<p>Step 5: Access webmin<\/p>\n\n\n\n<p>Enter the below url on browser => Advanced => Proceed with unsafe<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:\/\/<mark>your_ip_address_or_domain<\/mark>:10000<\/code><\/pre>\n\n\n\n<p>Once you proceed, you&#8217;ll receive a login page similar to the following:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"554\" height=\"482\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-17.png\" alt=\"\" class=\"wp-image-806\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-17.png 554w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-17-300x261.png 300w\" sizes=\"auto, (max-width: 554px) 100vw, 554px\" \/><\/figure>\n\n\n\n<p>Login using the Unix username and password you&#8217;ve set up on the server. Or you can use your server&#8217;s root account. You&#8217;ll be taken to the Webmin dashboard, which looks like so:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"506\" src=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18-1024x506.png\" alt=\"\" class=\"wp-image-807\" srcset=\"https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18-1024x506.png 1024w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18-300x148.png 300w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18-768x380.png 768w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18-1536x759.png 1536w, https:\/\/vpswebhostingindia.in\/blog\/wp-content\/uploads\/2024\/09\/image-18.png 1904w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Install Webmin &#8211; Webmin is an open-source server management control panel that lets you perform system administration tasks using a web-based graphical user interface (GUI) on Linux systems. It offers a modular design with a core set of functionalities with the ability to install additional modules and manage various system aspects such as user [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":808,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"_eb_attr":"","footnotes":""},"categories":[17,28],"tags":[],"class_list":["post-798","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vps","category-webmin-2"],"_links":{"self":[{"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/posts\/798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/comments?post=798"}],"version-history":[{"count":1,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/posts\/798\/revisions"}],"predecessor-version":[{"id":809,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/posts\/798\/revisions\/809"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/media\/808"}],"wp:attachment":[{"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/media?parent=798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/categories?post=798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vpswebhostingindia.in\/blog\/wp-json\/wp\/v2\/tags?post=798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}