docs troubleshooting tweaks

This commit is contained in:
silversword411 2021-08-18 22:39:19 -04:00
parent 3f741eab11
commit 4f0dd452c8
1 changed files with 9 additions and 1 deletions

View File

@ -105,4 +105,12 @@ Use powershell, make sure you can connect to 443 and 4222 from agent to server:
Test-NetConnection -ComputerName api.example.com -Port 4222
```
Are you trying to use a proxy to share your single home public IP with multiple services on 443? This is complicated, test your setup.
```powershell
Test-NetConnection -ComputerName api.example.com -Port 443
```
```powershell
Test-NetConnection -ComputerName rmm.example.com -Port 443
```
Are you trying to use a proxy to share your single public IP with multiple services on 443? This is complicated and [unsupported by Tactical RMM](unsupported_scripts.md), test your setup.