From 75066f7c5daef0d382b2918a190c20bb35ec03b4 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 22 Aug 2024 17:18:23 -0400 Subject: [PATCH] chore: Update TRMM Web UI installation instructions for MeshCentral integration --- docs/mesh_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mesh_integration.md b/docs/mesh_integration.md index 315d1a4c..617b0123 100644 --- a/docs/mesh_integration.md +++ b/docs/mesh_integration.md @@ -98,7 +98,7 @@ Installation instructions for using your own MeshCentral server: 1. Run standard installation. 2. After installation is complete, disable meshcentral `sudo systemctl disable --now meshcentral`. -3. In TRMM Web UI go to Settings > Global Settings > MeshCentral and update values from your existing mesh (make sure to use a mesh superuser). +3. In TRMM Web UI go to Settings > Global Settings > MeshCentral and update values from your existing mesh (make sure to use a mesh superuser). Username MUST be all lowercase. Mesh Token find with [this](troubleshooting.md#need-to-recover-your-mesh-token) 4. Add `USE_EXTERNAL_MESH = True` to `/rmm/api/tacticalrmm/tacticalrmm/local_settings.py` 5. Restart TRMM server.