sudo apt install .\/webmin.deb<\/code><\/pre>\n\n\n\nRunning Webmin on Ubuntu 24.04<\/h3>\n\n\n\n Once the installation is done, Webmin is started automatically.<\/p>\n\n\n\n
Check the status<\/p>\n\n\n\n
systemctl status webmin<\/code><\/pre>\n\n\n\nTo confirm it is running, check to ensure port 10000\/tcp is opened.<\/p>\n\n\n\n
ss -altnp | grep 10000<\/code><\/pre>\n\n\n\nLISTEN 0 4096 0.0.0.0:10000 0.0.0.0:* users:((\"miniserv.pl\",pid=3453,fd=5))<\/code><\/pre>\n\n\n\nYou can restart, reload and stop using the commands below, respectively.<\/p>\n\n\n\n
\/etc\/webmin\/restart<\/code><\/pre>\n\n\n\n\/etc\/webmin\/reload<\/code><\/pre>\n\n\n\n\/etc\/webmin\/stop<\/code><\/pre>\n\n\n\nSimilarly, you can use systemctl counterpart commands.<\/p>\n\n\n\n
Accessing Webmin Web Interface<\/h3>\n\n\n\n Webmin is now installed and ready for your system administration tasks.<\/p>\n\n\n\n
Webmin listens on port 10000\/tcp by default.<\/p>\n\n\n\n
To allow external access, simply open this port on firewall if is running;<\/p>\n\n\n\n
sudo ufw allow 10000\/tcp<\/code><\/pre>\n\n\n\nIf you are using iptables;<\/p>\n\n\n\n
sudo iptables -A INPUT -p tcp --dport 10000 -j ACCEPT<\/code><\/pre>\n\n\n\nYou can then access Webmin from your browser, https:\/\/server-IP:10000<\/strong><\/code>.<\/p>\n\n\n\nYou can also use resolvable domain name instead of IP address.<\/p>\n\n\n\n
Accept the self signed SSL warning and proceed to Webmin login interface. As stated above; <\/p>\n\n\n\n
you can login as root with your root password, or as any user who can use sudo to run commands as root<\/strong><\/pre>\n\n\n\n
\n\t\t\t\n\t\t\t\t \n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div>\n\n\nThe default Webmin dashboard showing system information.<\/p>\n\n\n\n\n\t\t\t\n\t\t\t\t \n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\nOn the left panel of the Webmin interface, you can access several other system administration settings.<\/p>\n\n\n\n
For example, open a terminal by clicking on the icon as shown in the screenshot below;<\/p>\n\n\n\n <\/figure>\n\n\n\nUse terminal as you would when logged in to the system via SSH or console!<\/p>\n\n\n\n\n\t\t\t\n\t\t\t\t \n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\nAnd that how easy it is to install Webmin on Ubuntu. You can now explore further.<\/p>\n","protected":false},"excerpt":{"rendered":"
In this tutorial, you will learn how to install Webmin on Ubuntu 24.04. Webmin is a web based control panel that allows system administrators to manage<\/p>\n","protected":false},"author":10,"featured_media":20261,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[7420,7422,7421],"class_list":["post-20259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-install-webmin-on-ubuntu-24-04","tag-install-webmin-ubuntu","tag-ubuntu-24-04-webmin","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20259"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=20259"}],"version-history":[{"count":5,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20259\/revisions"}],"predecessor-version":[{"id":20915,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20259\/revisions\/20915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/20261"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=20259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=20259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=20259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}