Difference between revisions of "Webmin on Entware for DD-WRT"

m
Line 43: Line 43:
If you want Webmin to start automatically, you'll need to add a startup script.  I also wanted to figure out how to stop and start it manually (which turned out to be simple, but not well documented).  See below for various commands (Note: I'm using the paths configured on my system, yours might be different.
If you want Webmin to start automatically, you'll need to add a startup script.  I also wanted to figure out how to stop and start it manually (which turned out to be simple, but not well documented).  See below for various commands (Note: I'm using the paths configured on my system, yours might be different.
  To stop Webmin: /opt/etc/webmin/stop
  To stop Webmin: /opt/etc/webmin/stop
<span class="toccolours mw-customtoggle-myDivision" style="color:#0648B0">Expand the Code Block</span>
<span class="toccolours mw-customtoggle-myDivision" style="color:#0648B0">Expand / Collapse the Code Block</span>
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-myDivision">
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-myDivision">
  To start Webmin: /opt/etc/webmin/start (which is the same thing one would put into DD-WRT's Administration, Commands, Startup section)
  To start Webmin: /opt/etc/webmin/start (which is the same thing one would put into DD-WRT's Administration, Commands, Startup section)