Webmin

Despite the fact the linux is quite a wide-spread system for workstations, moreover, on servers, a lot of people without experience of system administrating consider managing the system on Linux much more complicated than managing a similar one on Windows.

This opinion is mostly supported by the fact that the managing of servers is usually performed in the command line interface.

../_images/linux_faq_webmin_1.png

although such an interface is handier and faster for a lot of tasks, the black window frightens people.

To have a more user-friendly interface you can install webmin tool, which is distributed according to free GPL license and receive access to your Linux server with graphical interface, mouse, buttons and other.

More details on the program can be found on its initial site http://www.webmin.com/

../_images/linux_faq_webmin_2.png

Installation

wget -P /tmp/ -N dist.staffcop.ru/utils/installWebmin.sh && sudo bash /tmp/installWebmin.sh

Note

Installation must be performed not as root, by with the usage of sudo command, by an unpriviliged user.”

After installation you will see a message of this kind in the Linux console:

Webmin install complete. You can now login to https://stable4:10000/ as root with your root password, or as any user who can use sudo to run commands as root.

If you need to ente the web-browser, you should open the page: https://stable4:10000/ If the page doesn’t open, you will need to iput the IP-address of your server instead of stable4

Use the login/password pair of a user with sudo-rights as your login/password pair, and then you will see the web administrating interface to manage and monitor your server from your browser.

As an example, there is a similar project http://support.ajenti.org