You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- README: full configuration reference with all 30+ options, grouped
into General/network, Domain/appearance, Security, Features,
Backup, and SMTP sections — each with defaults and descriptions
- CHANGELOG: add 0.2.11 entry documenting all 15 new options
- Version bump to 0.2.11
Copy file name to clipboardExpand all lines: README.md
+55-31Lines changed: 55 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,75 +95,96 @@ Settings for the integration:
95
95
96
96
## Configuration
97
97
98
-
All settings are in the add-on **Configuration** tab. No JSON files to edit. The add-on generates MeshCentral's config on every start from these options.
98
+
All settings are in the add-on **Configuration** tab. No JSON files to edit. The add-on generates MeshCentral's `config.json` on every start from these options.
99
99
100
-
### General
100
+
### General / network
101
101
102
102
| Option | Default | Description |
103
103
|--------|---------|-------------|
104
104
|`server_mode`|`lan`|`lan` = local network only, `wan` = internet (requires `cert_url`), `hybrid` = both |
105
-
|`cert_url`|*(empty)*| Your full external URL. Required for agents outside your local network |
106
-
|`hostname`|*(HA hostname)*| Public hostname override. Leave empty to use the HA system hostname |
105
+
|`cert_url`|*(empty)*| Your full external URL. Required for agents connecting from outside your local network |
106
+
|`agent_port`|`0`| Optional dedicated HTTPS port for agent connections only. `0` = disabled, agents use the main port |
107
+
|`mps_port`|`4433`| Port for Intel AMT Client Initiated Remote Access (CIRA) connections |
108
+
|`web_rtc`|`false`| Enable WebRTC for direct peer-to-peer connections between agent and browser — reduces server relay load |
109
+
|`compression`|`true`| Enable GZIP compression for web requests |
107
110
108
111
### Domain / appearance
109
112
110
113
| Option | Default | Description |
111
114
|--------|---------|-------------|
112
-
|`domain_title`|`MeshCentral`| Title shown on the login page |
113
-
|`domain_title2`|*(empty)*| Optional subtitle |
114
-
|`new_accounts`|`true`| Allow users to self-register. **Disable after creating your admin account**|
115
+
|`domain_title`|`MeshCentral`| Title shown on all pages |
116
+
|`domain_title2`|*(empty)*| Optional subtitle shown in the top right corner |
**Browser shows "ERR_EMPTY_RESPONSE" or similar:**
166
-
Use `http://homeassistant.local:4431` (HTTP port) which redirects to HTTPS, or go directly to `https://homeassistant.local:4430` and accept the certificate warning.
187
+
Use `http://homeassistant.local:4431` (HTTP port), which redirects to HTTPS automatically. Or go directly to `https://homeassistant.local:4430` and accept the certificate warning.
167
188
168
189
**Agents can't connect from outside my network:**
169
190
Set `server_mode` to `wan` or `hybrid` and set `cert_url` to your external URL.
@@ -174,6 +195,9 @@ Set `new_accounts` to `true` in the Configuration tab and restart. Create your a
174
195
**Settings not taking effect:**
175
196
The add-on regenerates its config on every start. Restart the add-on after any configuration change.
176
197
198
+
**Certificate warning in browser:**
199
+
This is expected — MeshCentral generates a self-signed certificate. Click **Advanced → Proceed** to continue. The connection is still encrypted.
200
+
177
201
## Related
178
202
179
203
-[MeshCentral HA Integration](https://github.com/andlo/ha-meshcentral) — HACS integration for HA entities
0 commit comments