{"id":133,"date":"2022-04-12T17:09:12","date_gmt":"2022-04-12T15:09:12","guid":{"rendered":"https:\/\/linowebserver.org\/?page_id=133"},"modified":"2022-04-12T21:13:12","modified_gmt":"2022-04-12T19:13:12","slug":"howto-install-webmin-on-debian-based-systems","status":"publish","type":"page","link":"https:\/\/linowebserver.org\/index.php\/how-to\/howto-install-webmin-on-debian-based-systems\/","title":{"rendered":"How to: Install Webmin on Debian based Systems"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Getting Started<\/h2>\n\n\n\n<p>before we&#8217;re starting, it&#8217;s recommended to update ur system package cache to the latest version and install required packages<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update -y &amp;&amp; apt-get install gnupg2 curl wget -y<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Webmin<\/h2>\n\n\n\n<p>First, download and add the GPG key<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -qO - http:\/\/www.webmin.com\/jcameron-key.asc | gpg --dearmor &gt; \/etc\/apt\/trusted.gpg.d\/jcameron-key.gpg<\/code><\/pre>\n\n\n\n<p>Next, add the Webmin repository to the Apt <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"deb http:\/\/download.webmin.com\/download\/repository sarge contrib\" &gt; \/etc\/apt\/sources.list.d\/webmin.list<\/code><\/pre>\n\n\n\n<p>After the repository is added, update the package cache and install webmin<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update -y &amp;&amp; apt-get install webmin -y<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Manage Webmin<\/h2>\n\n\n\n<p>First, enable Webmin and fire it up <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ This enable Webmin Service on Boot\nsystemctl enable webmin\n\/\/ systemctl commands for webmin\nsystemctl start webmin\nsystemctl stop webmin\nsystemctl restart webmin\nsystemctl status webmin\n\n\/\/ alternate \n\/\/ service commands for webmin\nservice webmin start\nservice webmin stop\nservice webmin restart\nservice webmin status<\/code><\/pre>\n\n\n\n<p>By default Webmin listens to port 10000, u can check it<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>netstat -tulpn |grep 10000\n\n\/\/ alternate \nss -antpl |grep 10000<\/code><\/pre>\n\n\n\n<p>U should see the follow output:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"776\" height=\"69\" src=\"https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/netstat_tulpn_10000.png\" alt=\"netstat -tulpen |grep 10000\" class=\"wp-image-134\" srcset=\"https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/netstat_tulpn_10000.png 776w, https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/netstat_tulpn_10000-300x27.png 300w, https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/netstat_tulpn_10000-768x68.png 768w\" sizes=\"auto, (max-width: 776px) 100vw, 776px\" \/><figcaption>command: netstat -tulpn |grep 10000 <\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"802\" height=\"41\" src=\"https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/ss_antpl_grep10000.png\" alt=\"ss -antpl |grep 10000\" class=\"wp-image-135\" srcset=\"https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/ss_antpl_grep10000.png 802w, https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/ss_antpl_grep10000-300x15.png 300w, https:\/\/linowebserver.org\/wp-content\/uploads\/2022\/04\/ss_antpl_grep10000-768x39.png 768w\" sizes=\"auto, (max-width: 802px) 100vw, 802px\" \/><figcaption>ss -antpl |grep 10000<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting Started before we&#8217;re starting, it&#8217;s recommended to update ur system package cache to the latest version and install required packages Installing Webmin First, download and add the GPG key Next, add the Webmin repository to the Apt After the repository is added, update the package cache and install webmin Manage Webmin First, enable Webmin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":139,"parent":58,"menu_order":-1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-133","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/comments?post=133"}],"version-history":[{"count":5,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/133\/revisions"}],"predecessor-version":[{"id":142,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/133\/revisions\/142"}],"up":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/58"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media\/139"}],"wp:attachment":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media?parent=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}