Configuration and connection to Webmin Server on Linux 7.9 Minimal
To start the server, start the virtual machine through Azure
After starting the VM, you should know its IP address. You can find it in the personal account of Azure. (You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line “Public IP Address”).
For the VM to work, you need to open ports 22 and 10000 (TCP), in the network properties in Azure Firewall:
Creating Credentials
- You need the PuTTY application to connect via SSH to connect to a VM. You can download it at the following link – Download
- Run PuTTY, enter the VM address in the “Host” field (1) and click “Open” (2) to connect.
- In the opened console, you should enter a username and password that were specified when creating the virtual machine.
- Next text is displayed
- Enter the following command in the console:
$ sudo /usr/libexec/webmin/changepass.pl /etc/webmin root NewPassWord, where NewPassWord is your new password.
- The following message is displayed when a password has been set for the “root” user
Connecting to Webmin
- In your browser, enter https://ip:10000. For example https://11.22.123.123:10000
- When you go to the address, you will need to accept a self-signed certificate, for this, click the <Advanced> button and then <Proceed to “vm_ip” >
- The authorization page will open.
Enter username “root” and NewPassWord in the fields.
- In order to change the Username and Password, you need to click the <root> button.
- For a change, follow the steps:
1) in the <Username> field – enter your nickname;
2) in the <Password> field, choose <Set to>;
3) Enter a new password;
4) Click the <Save> button.
More documentation about Webmin here – Webmin Documentation
Visit Webmin Forum to get answers to your questions.