Installation of a Webmin server in 2 minutes! Requirements: You have an account at console.online.net You have a Dedibox dedicated server Webmin is a sonftware, that allows you to manage and configure your server via a web interface. To install Webmin we will need to install some packages required for proper operation. We begin by installing: sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python Once ther packets are installed, we proceed with downloading and installing Webmin: wget http://prdownloads.sourceforge.net/webadmin/webmin_1.760_all.deb sudo dpkg -i webmin_1.760_all.deb All users that have sudo rights can connect to the Webmin panel. We can now connect to Webmin by opening the site: https://SERVER_IP:10000/ When the page has finished loading, you have to enter your user name (the same as the one on your server) and your password. You can now administer your server online!