{"id":14442,"date":"2025-06-14T05:16:50","date_gmt":"2025-06-14T05:16:50","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=14442"},"modified":"2025-06-14T05:16:51","modified_gmt":"2025-06-14T05:16:51","slug":"how-to-install-and-configure-webmin-on-debian-12","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/","title":{"rendered":"How to Install and Configure Webmin on Debian 12"},"content":{"rendered":"\n<p>Webmin is a powerful, web-based control panel and automation software for Linux systems (e.g., Debian 12) worldwide. These users can set DNS options, manage user accounts, and configure settings for common packages. It is good\u2002for the system administration of your Debian 12 servers. It is possible to control a large number of parameters, including users, services, drivers, and firewall settings, among others.<\/p>\n\n\n\n<p>In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.<\/p>\n\n\n\n<p><strong>Table of Contents<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#How-to-Install-Webmin-on-Debian-12\">How to Install Webmin on Debian 12?<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#post-14442-_y4qctrtyuyik\">Method 1: Using the Official Webmin Repository<\/a><\/li>\n\n\n\n<li><a href=\"#post-14442-_jsspz1clwixf\">Method 2: Using the setup-repos.sh Script<\/a><\/li>\n\n\n\n<li><a href=\"#post-14442-_qgtumla2zt4x\">Method 3: Using the .deb Package<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#post-14442-_4xl65q9z6149\">How to Configure\/Use Webmin on Debian 12?<\/a><\/li>\n\n\n\n<li><a href=\"#post-14442-_2fol14dndcwx\">Conclusion<\/a><\/li>\n<\/ul>\n\n\n\n<p>Let&#8217;s start with the installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Install-Webmin-on-Debian-12\"><a id=\"post-14442-_su0nofjvzkn\"><\/a>How to Install Webmin on Debian 12?<\/h2>\n\n\n\n<p>Webmin controls many features of your Debian\u200212 system. Below are different ways to install Webmin\u2002on Debian 12. Let me begin with the\u2002most simple:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_y4qctrtyuyik\"><\/a>Method 1: Using the Official Webmin Repository<\/h3>\n\n\n\n<p>Webmin is a web-based interface for\u2002system administration for Unix. To get Webmin installed on Debian 12, let&#8217;s do it from the\u2002official repository.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_td5iiex606pa\"><\/a>Step 1: Add Webmin Repository<\/h4>\n\n\n\n<p>Update\u2002your sources list in \/etc\/apt\/sources by adding the Webmin repository file:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>echo &#8220;deb https:\/\/download.webmin.com\/download\/repository sarge contrib&#8221; | sudo tee -a \/etc\/apt\/sources.list<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1148\" height=\"211\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-1.png\" alt=\"echo &quot;deb https:\/\/download.webmin.com\/download\/repository sarge contrib&quot; | sudo tee -a \/etc\/apt\/sources.list\" class=\"wp-image-14443\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-1.png 1148w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-1-300x55.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-1-1024x188.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-1-768x141.png 768w\" sizes=\"(max-width: 1148px) 100vw, 1148px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_dep05ewtpefg\"><\/a>Step 2: Download GPG Key<\/h4>\n\n\n\n<p>Users now have to download and install the Webmin GPG key by\u2002entering the following command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>wget -qO &#8211; https:\/\/download.webmin.com\/jcameron-key.asc | sudo apt-key add &#8211;<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1147\" height=\"231\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-2.png\" alt=\"wget -qO - https:\/\/download.webmin.com\/jcameron-key.asc | sudo apt-key add -\" class=\"wp-image-14444\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-2.png 1147w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-2-300x60.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-2-1024x206.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-2-768x155.png 768w\" sizes=\"(max-width: 1147px) 100vw, 1147px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_jvosof36ich9\"><\/a>Step 3: Update Package Lists<\/h4>\n\n\n\n<p>Now, the user must\u2002make sure that the repositories are up-to-date with the following command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt update<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1147\" height=\"453\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-3.png\" alt=\"sudo apt update\" class=\"wp-image-14445\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-3.png 1147w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-3-300x118.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-3-1024x404.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-3-768x303.png 768w\" sizes=\"(max-width: 1147px) 100vw, 1147px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_wbv3m7tl3n1l\"><\/a>Step 4: Install Webmin<\/h4>\n\n\n\n<p>Now you can install Webmin using the \u201capt\u201d\u2002command as root:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt install webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1152\" height=\"395\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-4.png\" alt=\"sudo apt install webmin\" class=\"wp-image-14446\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-4.png 1152w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-4-300x103.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-4-1024x351.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-4-768x263.png 768w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_ohn59mgljc46\"><\/a>Step 5: Access Webmin Web Interface<\/h4>\n\n\n\n<p>After the installation, you can check out the web interface by browsing to <strong>https:\/\/your-server-ip:10000<\/strong> in your favorite web\u2002browser. It does, however, you have to log in\u2002as the root or the sudo user:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"643\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-5.png\" alt=\"Access Webmin web interface\" class=\"wp-image-14447\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-5.png 955w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-5-300x202.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-5-768x517.png 768w\" sizes=\"(max-width: 955px) 100vw, 955px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Here, it logs into the Webmin interface by clicking on the \u201cSign\u2002in\u201d button as shown here:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1606\" height=\"774\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6.png\" alt=\"Webmin web dashboard\" class=\"wp-image-14448\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6.png 1606w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6-300x145.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6-1024x494.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6-768x370.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-6-1536x740.png 1536w\" sizes=\"(max-width: 1606px) 100vw, 1606px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Thus, users may manage their Debian 12\u2002server using Webmin.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_nxicjei11plz\"><\/a>Remove\/Uninstall Webmin<\/h4>\n\n\n\n<p>To remove Webmin from Debian 12, execute the autoremove command as below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt autoremove webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1148\" height=\"475\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-7.png\" alt=\"sudo apt autoremove webmin\" class=\"wp-image-14449\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-7.png 1148w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-7-300x124.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-7-1024x424.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-7-768x318.png 768w\" sizes=\"(max-width: 1148px) 100vw, 1148px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>That is a wrap from\u2002this section.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_jsspz1clwixf\"><\/a>Method 2: Using setup-repos.sh Script<\/h3>\n\n\n\n<p>To\u2002add the Webmin repository to Debian 12, run the \u201csetup-repos. sh\u2002script which is provided by Webmin developers. The following script adds the Webmin repository to the system and installs the most recent version of\u2002Webmin. For installing Webmin on Debian 12 using setup-repos.sh script, try\u2002the following:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_go5nsolp6srr\"><\/a>Step 1: Install Dependencies<\/h4>\n\n\n\n<p>First\u2002of all, we are going to install Some Dependent packages that are needed for webmin installation on Debian 12:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt install gnupg2 curl<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1138\" height=\"562\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-8.png\" alt=\"sudo apt install gnupg2 curl\" class=\"wp-image-14450\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-8.png 1138w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-8-300x148.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-8-1024x506.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-8-768x379.png 768w\" sizes=\"(max-width: 1138px) 100vw, 1138px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_p5vrtjt1jxf\"><\/a>Step 2: Download the Script<\/h4>\n\n\n\n<p>Then\u2002download the setup-repos. sh\u2002script from the webmin GitHub repository to install Webmin for you:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>curl -o setup-repos.sh https:\/\/raw.githubusercontent.com\/webmin\/webmin\/master\/setup-repos.sh<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1144\" height=\"301\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-9.png\" alt=\"curl -o setup-repos.sh https:\/\/raw.githubusercontent.com\/webmin\/webmin\/master\/setup-repos.sh\" class=\"wp-image-14451\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-9.png 1144w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-9-300x79.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-9-1024x269.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-9-768x202.png 768w\" sizes=\"(max-width: 1144px) 100vw, 1144px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_kvwp5nlzkxkq\"><\/a>Step 3: Make the script executable<\/h4>\n\n\n\n<p>Now, enable the script as\u2002an executable script by using the \u201cchmod\u201d command followed by the permission \u201c+x\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>chmod +x setup-repos.sh<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1151\" height=\"127\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-10.png\" alt=\"\" class=\"wp-image-14452\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-10.png 1151w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-10-300x33.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-10-1024x113.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-10-768x85.png 768w\" sizes=\"(max-width: 1151px) 100vw, 1151px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_rpj7ifhboc14\"><\/a>Step 4: Run .sh Script<\/h4>\n\n\n\n<p>Execute the downloaded script file as root\u2002as below in this step:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo .\/setup-repos.sh<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1150\" height=\"387\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-11.png\" alt=\"chmod +x setup-repos.sh\" class=\"wp-image-14453\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-11.png 1150w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-11-300x101.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-11-1024x345.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-11-768x258.png 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_7xttwu89jo8q\"><\/a>Step 5: Install Webmin<\/h4>\n\n\n\n<p>If you want to\u2002install Webmin, use the \u201cinstall\u201d command followed by the package name \u201cwebmin\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt install &#8211;install-recommends webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1144\" height=\"486\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-12.png\" alt=\"sudo apt install --install-recommends webmin\" class=\"wp-image-14454\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-12.png 1144w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-12-300x127.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-12-1024x435.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-12-768x326.png 768w\" sizes=\"(max-width: 1144px) 100vw, 1144px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Now, consider the mail-server module, which brings in the core modules\u2002that are suggested for installation to complete the installation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_cjrph5lee8fy\"><\/a>Step 6: Access Webmin Web Interface<\/h4>\n\n\n\n<p>Wait until the script completes, and then access <strong>https:\/\/localhost:10000<\/strong> to\u2002verify that Webmin is installed. Log in to Webmin using your root\u2002username and credentials, and begin controlling your system:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1002\" height=\"692\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-13.png\" alt=\"Access Webmin web interface\" class=\"wp-image-14455\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-13.png 1002w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-13-300x207.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-13-768x530.png 768w\" sizes=\"(max-width: 1002px) 100vw, 1002px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_k2nscmytqak7\"><\/a>Remove\/Uninstall Webmin<\/h4>\n\n\n\n<p>To\u2002uninstall Webmin on Debian 12, run the following command to remove the webmin package with the apt autoremove tool:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt autoremove webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>That\u2019s it for\u2002this section.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_qgtumla2zt4x\"><\/a>Method 3: Using the .deb Package<\/h3>\n\n\n\n<p>Now, users can also install Webmin on Debian with the assistance of the .deb package. Let\u2019s consider the stated steps:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_rksxb6cr5mmj\"><\/a>Step 1: Download the Webmin Debian Package<\/h4>\n\n\n\n<p>First, the latest Webmin\u2002zip package is to be downloaded by users. Deb\u2002package on the official site. For\u2002example, with wget, it would be this:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>wget https:\/\/sourceforge.net\/projects\/webadmin\/files\/webmin\/2.105\/webmin_2.105_all.deb<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1145\" height=\"556\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-14.png\" alt=\"wget https:\/\/sourceforge.net\/projects\/webadmin\/files\/webmin\/2.105\/webmin_2.105_all.deb\" class=\"wp-image-14456\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-14.png 1145w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-14-300x146.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-14-1024x497.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-14-768x373.png 768w\" sizes=\"(max-width: 1145px) 100vw, 1145px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_x925yhgbdsry\"><\/a>Step 2: Install the Webmin Package<\/h4>\n\n\n\n<p>Install the Webmin package using the apt\u2002command: You\u2002will need sudo or be root to do this:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo dpkg -i webmin_2.105_all.deb<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1150\" height=\"230\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-15.png\" alt=\"sudo dpkg -i webmin_2.105_all.deb\" class=\"wp-image-14457\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-15.png 1150w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-15-300x60.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-15-1024x205.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-15-768x154.png 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: If\u2002the user detects a dependency issue, do the following:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt &#8211;fix-broken install<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>This will\u2002set up and install Webmin and its prerequisites on your server.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_6r7nvv22xsce\"><\/a>Step 3: Start and Enable Webmin Service<\/h4>\n\n\n\n<p>And last, users will\u2002need to start the Webmin service and set it to run at boot:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo systemctl start webmin <br>sudo systemctl enable webmin<\/p>\n<p>sudo systemctl status webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1151\" height=\"558\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-16.png\" alt=\"Start and enable Webmin service\" class=\"wp-image-14458\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-16.png 1151w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-16-300x145.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-16-1024x496.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-16-768x372.png 768w\" sizes=\"(max-width: 1151px) 100vw, 1151px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a id=\"post-14442-_l8qo8g1a31zv\"><\/a>Step 4: Access Webmin Web Interface<\/h4>\n\n\n\n<p>Now you can open your Web browser and type https:\/\/\u2002https:\/\/your_server_ip:10000 and you will get to your Webmin:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"643\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-17.png\" alt=\"Access Webmin web interface\" class=\"wp-image-14459\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-17.png 955w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-17-300x202.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-17-768x517.png 768w\" sizes=\"(max-width: 955px) 100vw, 955px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You will need to log in using either your\u2002root username and password or a user that has sudo privileges:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1606\" height=\"774\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18.png\" alt=\"Webmin dashboard\" class=\"wp-image-14460\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18.png 1606w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18-300x145.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18-1024x494.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18-768x370.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-18-1536x740.png 1536w\" sizes=\"(max-width: 1606px) 100vw, 1606px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>That&#8217;s it!\u2002Webmin has been installed on Debian 12 from a downloaded package. Deb package. Now you can\u2002use it to remotely manage your system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-14442-_4xl65q9z6149\"><\/a>How to Configure\/Manage Webmin on Debian 12?<\/h2>\n\n\n\n<p>Webmin is an interface for\u2002managing Linux servers. You must also make port\u200210000 available in your firewall to \u00ffconnect to Webmin&#8217;s web interface. Here\u2019s\u2002how to configure it:<\/p>\n\n\n\n<p>To get started, you need a\u2002Debian 12 server with a root password set up. Manage the Webmin service as\u2002follows:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_54cio18757i1\"><\/a>Start Webmin:<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo service webmin start<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1142\" height=\"99\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-19.png\" alt=\"sudo service webmin start\" class=\"wp-image-14461\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-19.png 1142w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-19-300x26.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-19-1024x89.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-19-768x67.png 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_dibrop74uxw\"><\/a>Restart Webmin:<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo service webmin restart<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1148\" height=\"101\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-20.png\" alt=\"sudo service webmin restart\" class=\"wp-image-14462\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-20.png 1148w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-20-300x26.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-20-1024x90.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-20-768x68.png 768w\" sizes=\"(max-width: 1148px) 100vw, 1148px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_8tskieebymn1\"><\/a>Check Webmin\u2019s Status:<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo service webmin status<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1151\" height=\"522\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-21.png\" alt=\"sudo service webmin status\" class=\"wp-image-14463\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-21.png 1151w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-21-300x136.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-21-1024x464.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-21-768x348.png 768w\" sizes=\"(max-width: 1151px) 100vw, 1151px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_sf42jea6usve\"><\/a>Stop Webmin:<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo service webmin stop<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1141\" height=\"129\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-22.png\" alt=\"sudo service webmin stop\" class=\"wp-image-14464\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-22.png 1141w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-22-300x34.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-22-1024x116.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-22-768x87.png 768w\" sizes=\"(max-width: 1141px) 100vw, 1141px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_eq2xp0vat1s0\"><\/a>Configuring Webmin:<\/h3>\n\n\n\n<p>For customization of Webmin, head over\u2002to the \u201cminiserv.conf\u201d configuration file:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo nano \/etc\/webmin\/miniserv.conf<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>Change the listen address, if you wish: (e.g., set it to your IP\u2002address)<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>listen=YOUR_IP_ADDRESS<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1146\" height=\"600\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-23.png\" alt=\"Configuring Webmin\" class=\"wp-image-14465\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-23.png 1146w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-23-300x157.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-23-1024x536.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-23-768x402.png 768w\" sizes=\"(max-width: 1146px) 100vw, 1146px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Save and close the file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_k75nvpn3aizg\"><\/a>Restart the Webmin Service:<\/h3>\n\n\n\n<p>And then reboot the Webmin Service using the \u201csystemctl\u201d\u2002command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo systemctl restart webmin<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1147\" height=\"100\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-24.png\" alt=\"sudo systemctl restart webmin\" class=\"wp-image-14466\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-24.png 1147w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-24-300x26.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-24-1024x89.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-24-768x67.png 768w\" sizes=\"(max-width: 1147px) 100vw, 1147px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Optional: Firewall Rules<\/strong><\/p>\n\n\n\n<p>For security, you should set up a firewall (UFW) to allow SSH (port 22) and\u2002Webmin (port 10000):<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\n<p>sudo apt install ufw -y <br>sudo ufw allow 22 <br>sudo ufw allow 10000 <br>sudo ufw enable <br>sudo ufw status<\/p>\n<\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14442-_kjmf4ev59tgi\"><\/a>Accessing Webmin:<\/h3>\n\n\n\n<p>Open a browser and then put the URL:https:\/\/YOUR_IP_ADDRESS:10000. Log\u2002in using your server login details. Discover Webmin capabilities such as user account management, Apache setup, DNS configuration, and\u2002so on:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1406\" height=\"878\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-25.png\" alt=\"Access Webmin web interface\" class=\"wp-image-14467\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-25.png 1406w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-25-300x187.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-25-1024x639.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/word-image-14442-25-768x480.png 768w\" sizes=\"(max-width: 1406px) 100vw, 1406px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Webmin is easy to use for server management, and it is also available for new users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-14442-_2fol14dndcwx\"><\/a>Conclusion<\/h2>\n\n\n\n<p>You can use Webmin on Debian 12 to carry out general system administration tasks like adding new users, configuring services, as well as installing\u2002and updating packages. On Debian 12, install Webmin by adding its\u2002repo to your sources list, updating your package lists, and installing Webmin with apt.<\/p>\n\n\n\n<p>To use it, log in to Webmin, open your Web browser to either the IP address or Domain Name at port, and log in as user: Login with your\u2002system username and password. Then click on the individual modules or options throughout Webmin and make the changes that\u2002you need to make. If you want to control the Webmin\u2002service, launch its service using the \u201csudo systemctl start webmin\u201d command. You can halt the service above by running the command &#8216;sudo systemctl stop webmin. You can check the status of the\u2002Webmin service by running the command \u201csudo systemctl status webmin\u201d.<\/p>\n\n\n\n<p><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Webmin is a powerful, web-based control panel and automation software for Linux systems (e.g., Debian 12) worldwide. These users can set DNS options, manage user accounts, and configure settings for common packages. It is good\u2002for the system administration of your Debian 12 servers. It is possible to control a large number of parameters, including users, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":14472,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[364,405,297,855],"class_list":["post-14442","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-automation","tag-control-panel","tag-debian-12","tag-webmin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install and Configure Webmin on Debian 12<\/title>\n<meta name=\"description\" content=\"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install and Configure Webmin on Debian 12\" \/>\n<meta property=\"og:description\" content=\"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-14T05:16:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T05:16:51+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install and Configure Webmin on Debian 12\",\"datePublished\":\"2025-06-14T05:16:50+00:00\",\"dateModified\":\"2025-06-14T05:16:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\"},\"wordCount\":1275,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg\",\"keywords\":[\"Automation\",\"Control Panel\",\"Debian 12\",\"Webmin\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\",\"name\":\"How to Install and Configure Webmin on Debian 12\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg\",\"datePublished\":\"2025-06-14T05:16:50+00:00\",\"dateModified\":\"2025-06-14T05:16:51+00:00\",\"description\":\"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to install Webmin on Debian 12\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Configure Webmin on Debian 12\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install and Configure Webmin on Debian 12","description":"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.","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:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/","og_locale":"en_US","og_type":"article","og_title":"How to Install and Configure Webmin on Debian 12","og_description":"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-06-14T05:16:50+00:00","article_modified_time":"2025-06-14T05:16:51+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install and Configure Webmin on Debian 12","datePublished":"2025-06-14T05:16:50+00:00","dateModified":"2025-06-14T05:16:51+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/"},"wordCount":1275,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg","keywords":["Automation","Control Panel","Debian 12","Webmin"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/","name":"How to Install and Configure Webmin on Debian 12","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg","datePublished":"2025-06-14T05:16:50+00:00","dateModified":"2025-06-14T05:16:51+00:00","description":"In this article, you will learn how to install Webmin on Debian 12 and how\u2002to configure access to the Webmin interface.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/06\/How-to-install-Webmin-on-Debian-12.jpg","width":1020,"height":600,"caption":"How to install Webmin on Debian 12"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-and-configure-webmin-on-debian-12\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install and Configure Webmin on Debian 12"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=14442"}],"version-history":[{"count":4,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14442\/revisions"}],"predecessor-version":[{"id":14471,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14442\/revisions\/14471"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/14472"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=14442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=14442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=14442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}