Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
3.93k stars 531 forks source link

NO managment keys in only LAN Mode 2fa,yubikey #6223

Open n1ck-unikat opened 2 months ago

n1ck-unikat commented 2 months ago

I installes Meshcentral with only LAN Mode in config.json. I have no option to set a 2fa (yubikey ,etc) under the Users Profil. The Option Managment Keys are not visible .

Server Software

si458 commented 1 month ago

the way to fix this is to use a DNS name that gets resolved to your internal IP address example below

{
  "settings": {
    "cert": "meshcentral.internaldomain.com",
    "lanonly": true
  },
  "domains": {
    "": {
      "title": "Internal MeshCentral"
    }
  }
}