cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

FEATURE REQUEST: ability to disable admin during install #356

Open mulebm opened 1 year ago

mulebm commented 1 year ago

it would be good to be able to disable the admin portal and remove access during installation

cedrozor commented 12 months ago

During installation, you can't; but you can do it after. You need to edit (myrtille install path)\bin\Myrtille.Services.exe.config as follow :


  <!-- if you don't have a domain or don't want to use the enterprise mode (with group access restrictions), you can use the simplified (local admin) hosts management -->
  <!-- comment the lines below to disable it (automatically disabled if using the enterprise mode) -->
  <!-- the default password ("admin") is changed (and encrypted) upon first login; reset if needed -->
  <!-- <localAdmin>
    <add key="LocalAdminUser" value="admin" />
    <add key="LocalAdminPassword" value="admin" />
  </localAdmin>-->