Webmin is freeware web-interface for the system administartion (like managing user accounts, DNS, apache, FTP accounts etc.) of Linux based system. After installation of Webmin Control Panel on Linux and when you try to access it over the internet (using http://SERVER IP ADDRESS:10000/ ), the browser shows following error:
“The Web Server is running in SSL mode. Try the URL https://SERVER IP ADDRESS:10000/ instead.”

But the URL suggested by Webmin (using https) doesn’t open as well.
To fix this problem we have to disable the SSL mode for the control panel. Following are the steps to disable SSL mode and run webmin in normal mode.
- Login to Server via SSH
- Go to “/etc/webmin” directory
- Open miniserv.conf file in your Favorite editor. Miniserv.conf file contains configuration of Webmin Control Panel.

- Now Search for “ssl” and change from
ssl=1
TOssl=0
- Restart webmin Service using “/etc/init.d/webmin restart
- Now try to access Webmin using URL http://SERVER IP ADDRESS:10000/






Milind Koyande is the Senior Research Engineer and his job is to work with new technologies, specially Cloud Computing / Virtualization Technology. His past projects include Government Sector initiatives, Backup and Disaster Recovery Solutions. Follow him on 


