{"id":13158,"date":"2024-10-01T11:32:06","date_gmt":"2024-10-01T06:02:06","guid":{"rendered":"https:\/\/www.skynats.com\/?p=13158"},"modified":"2025-10-23T16:06:51","modified_gmt":"2025-10-23T10:36:51","slug":"how-to-configure-webmin-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/","title":{"rendered":"How to Configure Ubuntu 22.04 for Webmin"},"content":{"rendered":"\n<p>Webmin is a powerful web-based server control panel designed to simplify Linux system administration. It provides an easy-to-use interface for managing various aspects of a server, including user accounts, web servers, databases, and more. If you want to install Webmin on Ubuntu 22.04, this tutorial will guide you through the process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\" id=\"h-prerequisites\"><strong>Prerequisites<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An Ubuntu 22.04 server<\/li>\n\n\n\n<li>A user account with sudo privileges<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\"><strong>Step 1: Update the System<\/strong><\/h2>\n\n\n\n<p>Before installing any new software, it&#8217;s good practice to update your system to ensure you have the latest packages installed. Open a terminal and run the following commands:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get upgrade<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading has-normal-font-size\"><strong>Step 2: Add the Webmin Repository<\/strong><\/h3>\n\n\n\n<p>The Webmin repository is not included in the default Ubuntu repositories, so you\u2019ll need to add it manually<a href=\"https:\/\/webmin.com\/deb.html\">.<\/a> This involves adding the Webmin GPG key and updating the package sources.<\/p>\n\n\n\n<p>1. Add the GPG key<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -q   http:\/\/www.webmin.com\/jcameron-key.asc |  sudo apt-key add<\/code><\/pre>\n\n\n\n<p>This command downloads the Webmin GPG key and adds it to your system.<\/p>\n\n\n\n<p>2. Add the Webmin repository<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo sh -c 'echo \"deb https:\/\/download.webmin.com\/download\/repository sarge contrib\" &gt;&gt; \/etc\/apt\/sources.list'<\/code><\/pre>\n\n\n\n<p>This command adds the Webmin repository to your \/etc\/apt\/sources.list file.<\/p>\n\n\n\n<p>3. Update the package list<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update<\/code><\/pre>\n\n\n\n<p>This updates the package list to include Webmin from the newly added repository.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-normal-font-size\"><strong>Step 3: Install Webmin<\/strong><\/h4>\n\n\n\n<p>Once the repository is added, you can install Webmin with a simple command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install webmin<\/code><\/pre>\n\n\n\n<p>This command will download and install Webmin along with any necessary dependencies.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-normal-font-size\"><strong>Step 4: Access Webmin<\/strong><\/h4>\n\n\n\n<p>After installation, you can access Webmin using a web browser. By default, Webmin listens on port 10000.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;server_ip_address:10000<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-normal-font-size\"><strong>Step 5: Log in to Webmin<\/strong><\/h4>\n\n\n\n<p>To log in, use your Ubuntu system credentials. If your user account has sudo privileges, it will have administrative access in Webmin. If you need to change the Webmin password or add a different user, you can run<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo \/usr\/share\/webmin\/changepass.pl \/etc\/webmin\/htusers &lt;username&gt;<\/code><\/pre>\n\n\n\n<p>Replace &lt;username&gt; with the actual username.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>You now have Webmin successfully installed and running on your Ubuntu 22.04 server. With Webmin, you can manage your server&#8217;s services, configuration files, and user accounts through an intuitive web-based interface, significantly simplifying server administration tasks.<\/p>\n\n\n\n<p>Need help with Webmin on Ubuntu 22.04? Our experts offer tailored support for installation and configuration. Contact us today for seamless <a href=\"https:\/\/www.skynats.com\/server-management\/\">server management<\/a> and optimization assistance!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Webmin is a powerful web-based server control panel designed to simplify Linux system administration. It provides an easy-to-use interface for managing various aspects of a server, including user accounts, web servers, databases, and more. If you want to install Webmin on Ubuntu 22.04, this tutorial will guide you through the process. Prerequisites Step 1: Update [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[828,906],"class_list":["post-13158","post","type-post","status-publish","format-standard","hentry","category-blog","tag-ubuntu-22-04","tag-webmin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Webmin Ubuntu 22.04: Easy Configuration Guide<\/title>\n<meta name=\"description\" content=\"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Configure Ubuntu 22.04 for Webmin\" \/>\n<meta property=\"og:description\" content=\"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-01T06:02:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-23T10:36:51+00:00\" \/>\n<meta name=\"author\" content=\"Jishnu V\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jishnu V\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/\"},\"author\":{\"name\":\"Jishnu V\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\"},\"headline\":\"How to Configure Ubuntu 22.04 for Webmin\",\"datePublished\":\"2024-10-01T06:02:06+00:00\",\"dateModified\":\"2025-10-23T10:36:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/\"},\"wordCount\":346,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"Ubuntu 22.04\",\"Webmin\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/\",\"name\":\"Webmin Ubuntu 22.04: Easy Configuration Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2024-10-01T06:02:06+00:00\",\"dateModified\":\"2025-10-23T10:36:51+00:00\",\"description\":\"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-configure-webmin-ubuntu-22-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Configure Ubuntu 22.04 for Webmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\",\"name\":\"Jishnu V\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"caption\":\"Jishnu V\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Webmin Ubuntu 22.04: Easy Configuration Guide","description":"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Configure Ubuntu 22.04 for Webmin","og_description":"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!","og_url":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2024-10-01T06:02:06+00:00","article_modified_time":"2025-10-23T10:36:51+00:00","author":"Jishnu V","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Jishnu V","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/"},"author":{"name":"Jishnu V","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5"},"headline":"How to Configure Ubuntu 22.04 for Webmin","datePublished":"2024-10-01T06:02:06+00:00","dateModified":"2025-10-23T10:36:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/"},"wordCount":346,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["Ubuntu 22.04","Webmin"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/","url":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/","name":"Webmin Ubuntu 22.04: Easy Configuration Guide","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2024-10-01T06:02:06+00:00","dateModified":"2025-10-23T10:36:51+00:00","description":"Learn how to configure Webmin on Ubuntu 22.04 with this step-by-step guide. Easy setup for efficient server management!","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-configure-webmin-ubuntu-22-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Configure Ubuntu 22.04 for Webmin"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5","name":"Jishnu V","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","caption":"Jishnu V"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/13158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=13158"}],"version-history":[{"count":1,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/13158\/revisions"}],"predecessor-version":[{"id":16216,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/13158\/revisions\/16216"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=13158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=13158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=13158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}