You already have Ubuntu open and have you heard of Webmin? So let’s go to a new tutorial. Have you ever thought if it was possible to configure all the services of our Linux / Unix machine using a simple browser? It is true! With Webmin you can easily manage your entire server in a very intuitive way, through a very pleasant interface.
After we teach you how to use this tool in centOS, today is the day to learn how to install and use on Ubuntu 20.04.
Webmin – A ferramenta mais espetacular para gerir o seu Linux
O Webmin é uma ferramenta de administração gráfica (web-based), escrita por Jamie Cameron, que nos permite administrar facilmente o nosso Sistema Linux/Unix. Desta forma, através de um simples browser, poderemos controlar/gerir de qualquer parte do mundo o “poderoso motor” do nosso Linux/Unix.
Algumas das tarefas que podemos realizar
- Administração de todo o sistema
- Administração e configuração de serviços
- Apache
- Bind
- DHCP
- SSH
- Sendmail
- PPP
- entre outros
- Administração de impressoras
- Sistema de boot
- Discos/partições
- Configurar o Crontab
- Definir regras no IPtables
- gerir quotas, utilizadores, grupos
- etc, etc, etc
Como instalar o Webmin no Ubuntu 20.04
Para instalar o Webmin no Ubuntu 20.04 devem ir à lista de repositórios e adicionar o repositório necessário.
sudo nano /etc/apt/sources.list deb http://download.webmin.com/download/repository sarge contrib |
Then add the Webmin PGP key using the command:
wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add |
After indicating the repository and the key, they must update the system with the following command:
After the system is updated, simply install webmin as the command:
If they have an active firewall, they must also create an exception allowing communication on logical port 10000.
That’s all for today! In a next tutorial we will teach you how to have multiple sites on a single server and with personalized names. Watch out! If you have any suggestions for tutorials on Ubuntu, leave them in the comments.