Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configure Foks-Explorer

The configuration of Foks-Explorer can be changed by editing the file FOKS-Explorer.xml in the data directory.

 <PodeWebCfg>
  <title>FOKS-Explorer</title>
  <address>localhost</address>
  <port>23007</port>
  <protocol>http</protocol>
  <authenticate>0</authenticate>
  <duration>60</duration>
  <logo>/pode.web/images/foks.jpg</logo>
  <logo1>/pode.web/images/DeatonCoatOfArms-1.jpg</logo1>
  <background>/pode.web/images/Bow-Lightening.png</background>
 </PodeWebCfg>

By default, the web interface doesn't require any authentication because it is set to zero.

When is set to “2”, The Foks-Explorer page will require authentication but the home page will not.

The authentication process implemented is a one-time password scheme using FOKS. An keypath entry of /apps/Foks-Explorer/<$env:USERNAME>/OTPW must be created for each user for authentication to succeed.

After successful authentication, the OTPW key is updated with a new random 20 character password.

When Start-FoksExplorer is ran, it will automatically copy the OTPW key value to the clipboard.