docs Adding network diagram from NiceGuyIT - NC

This commit is contained in:
silversword411 2021-09-15 13:53:39 -04:00
parent 74f45f6f1d
commit 93be19b647
4 changed files with 5 additions and 8 deletions

View File

@ -1,14 +1,10 @@
# How It All Works
INSERT WIREFRAME GRAPHICS HERE USING SOMETHING LIKE <https://www.yworks.com/yed-live/>
![Network Design](images/TacticalRMM-Network.png)
1) how nats-django-admin web interface work
1. Agent installer steps
2) Agent installer steps
3) Agent communication process with server (what ports to which services etc)
4) Agent checks/tasks and how they work on the workstation/interact with server
2. Agent checks/tasks and how they work on the workstation/interact with server
## Server

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

View File

@ -185,7 +185,7 @@ If you have agents outside your local network: Make sure the public DNS servers
Login to your router/NAT device.
1. Set your TRMM server as a static IP (Use a DHCP reservation is usually safer)
2. Create 2 port forwarding rules. `TCP Port 443` and `TCP Port 4222` to your private IP address.
2. Create 2 port forwarding rules. `TCP Port 443` and `TCP Port 4222` to your TRMM servers private IP address.
### You're Done