I’ve been playing around with Ubuntu Server for some time now, and slowly getting use to the Command Line Interface (CLI) However that might change from now on…
I came across a tool called Webmin. This is a web interface that provides a GUI for some of the services that are installed on the Ubuntu Server.
At the moment 1.490 is the latest version.
To install Webmin you need to type the following in to a putty session:
wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.490_all.deb
once that has downloaded you then need to type the following:
sudo dpkg -i webmin_1.441_all.deb
That should be it, however if you encounter errors when installing all you need to do is run the following command immediately:
sudo apt-get install –f
then hey presto thats it Webmin is installed you can then browse to your server using https on port 10000, so for mine I went to https://prometheus:10000 I logged in and then I could manage the server from there:
From this you can manage MySQL, SSH, Apache2, Samba and other services through the web GUI.
I am still having some issues when creating new websites through the Apache2 so I am sticking to the CLI for that just now but for things like databases and Samba its pretty good.
I had to install an extra module for VSFTPD but there isn’t much to do on it once it is configured.