Wednesday, March 12, 2008

How to restart Webmin

Webmin provides a stop and start command itself, while it is not in any bin path. It is in the initial installation path.
su
cd /usr/libexec/webmin
webmin-init stop
webmin-init start

Done!

1 comment:

Dr Mike said...

Thanks for this. I'm running CentOS and for me, my commend structure was a bit different.

su
cd /usr/local/webmin/
./webmin-init stop
./webmin-init start

I hope this helps someone else.