Skip to content

0.2.11

Choose a tag to compare

@andlo andlo released this 01 May 08:30
· 14 commits to main since this release

What's new in 0.2.11

15 new configuration options

All configurable directly from the HA add-on Configuration tab — no JSON editing needed.

Domain / appearance

  • site_style — login page style (1 = classic, 2 = modern)
  • welcome_text — custom text shown on the login screen
  • new_accounts_pass — optional password required to create a new account
  • guest_device_sharing — enable/disable guest sharing links for desktop sessions
  • auto_remove_inactive_devices — automatically remove devices offline for N days

Security

  • no_2fa — disable two-factor authentication requirement
  • max_invalid_login_count / max_invalid_login_time — brute-force login protection policy
  • allow_framing — allow embedding MeshCentral in an iframe

Features

  • allow_high_quality_desktop — cap remote desktop image quality to reduce bandwidth
  • agent_port — optional dedicated HTTPS port for agent connections only

Backup

  • backup_interval_hours — how often automatic backups run (default: 24h)
  • backup_keep_days — how many days of backups to retain (default: 10)
  • backup_zip_password — optional encryption password for backup ZIP files

Documentation

  • README fully rewritten with a complete configuration reference covering all 30+ options