docs - creating agents doc
silversword411 committed
Aug 3, 2022 at 14:52 UTC
254d25b4cc9dae9558be2b2d5b4252eb5a53fa02
1 file changed
+47
docs/docs/meshcentral/agents.md
new
+47
@@ -0,0 +1,47 @@
1
+# Mesh Agents
2
+
3
+## Windows
4
+
5
+Default Install Path: `c:\Program Files\Mesh Agent`
6
+
7
+Application Path: `c:\Program Files\Mesh Agent\meshagent.exe`
8
+
9
+Application database Path: `c:\Program Files\Mesh Agent\meshagent.db`
10
+
11
+Application Log Path: `c:\Program Files\Mesh Agent\meshagent.log`
12
+
13
+xxx Path: `c:\Program Files\Mesh Agent\meshagent.msh`
14
+
15
+=== ":material-console-line: Status"
16
+
17
+ - Start: `net start "mesh agent"`
18
+ - Stop: `net stop "mesh agent"`
19
+ - Restart: `net restart "mesh agent"`
20
+ - Status:
21
+ - Checking for nats or websocket problems `sudo journalctl --no-pager -u nats` and `sudo journalctl --no-pager -u nats-api`
22
+
23
+=== ":material-console-line: Troubleshooting"
24
+
25
+ Troubleshooting steps
26
+
27
+## Linux / BSD
28
+
29
+## Apple macOS Binary Installer
30
+
31
+Default Install Path: `/usr/local/mesh_services/meshagent/meshagent`
32
+
33
+Launches from `/Library/LaunchAgents/meshagent.plist`
34
+
35
+## Apple macOS Universal
36
+
37
+For OSx 11+ including Big Sur, Monterey and later
38
+
39
+## Apple macOS
40
+
41
+For macOS 10.x including Catalina, Mojave, High Sierra, Sierra, El Capitan, Yosemite, Mavericks, Mountain Lion and earlier
42
+
43
+## Mobile Device (Android)
44
+
45
+## MeshCentral Assistant
46
+
47
+## Apple MacOS Binary Installer