Configuration and connection to Webmin on Oracle 8
When starting the VM, the proxy server starts automatically.
- To work, you should open TCP 10000 and UDP 10000 in the network properties of the Amazon firewall.
- Connecting to the VM using the PuTTY application. You can download it at the following link – Download
- Go to section SSH on the left panel, and then to Auth
- In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
- Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
- In the opened console, you will need to enter the login ec2-user.
- Run the command to get the password for the root user:
sudo cat /root/cred.txt
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 password received in step 3 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 answer your question