Web Server

Config Type Default Description
c.web.setup.user string 'admin' The username for setup and tools web pages.
c.web.setup.pass string 'secret' The password for setup and tools web pages.
c.web.status.user string '' The username for status web page. If this is blank then no authentication is done for the status page #Firmware/v270
c.web.status.pass string '' The password for the status web page. #Firmware/v270
c.web.refresh.liveon integer 1 (optional) Decides the default live web page automatic refresh. 1=refresh, 0=stop #Firmware/v291
c.web.refresh.live integer 5000 The interval for refreshing the live record web page, in milliseconds. #Firmware/v291
c.web.refresh.statuson integer 1 (optional) Decides the default status web page automatic refresh. 1=refresh, 0=stop #Firmware/v291
c.web.refresh.status integer 5000 The interval for refreshing the status web page, in milliseconds. #Firmware/v291
c.web.setup.basic integer 0 Whether to allow Basic Authorization as well as Digest (MD5). 0=Digest only, 1=Digest+Basic.
c.web.setup.hide integer 0 Whether to hide the local passwords. 0=visible, 1=obscured.
c.web.setup.http integer 1 Whether to allow HTTP+HTTPS or HTTPS only. 0=HTTPS only, 1=HTTP+HTTPS.
c.web.setup.lock integer 0 Whether to use Scannex “WebLock” for setup pages. 0=Unlocked, 1=WebLock deprecated
c.web.setup.window integer 0 Whether to allow a 5 minute window on reboot. 0=Always authenticate on reboot, 1=Allow 5 minutes window (where any username/password can be used).
c.web.setup.server string Set the string sent back to the client under the Server: tag. #Firmware/v310
Caution

Once obscured, the passwords cannot be un-obscured until they are reprogrammed.

Note

If RADIUS authentication for web is enabled, then the status page is only checked against RADIUS if the c.web.status.user is non-blank.