It's easy. From a command line, and with root privileges, run the following command:
/etc/init.d/webmin restart
After running that command, you'll see the following messages.
Stopping Webmin server in /usr/share/webmin
Starting Webmin server in /usr/share/webmin
Now the Webmin server should be running after a fresh restart.
/etc/init.d/webmin start
saved it in /etc/init.d
made it executable
ran
update-rc.d webminstart defaults
reboot
Add comment