chore: update device-agent submodule + deployment docs

This commit is contained in:
datadunia
2026-06-23 10:43:16 +07:00
parent 05d496432a
commit 7a43ec8f2d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -411,7 +411,7 @@ CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build \
2. Place `wintun.dll` next to executable
3. Run agent — config auto-created at `%APPDATA%\NexusGuard\nexusguard.conf`
3. Run agent — config auto-created at `%ProgramData%\NexusGuard\nexusguard.conf`
4. Edit config with `SERVER_URL` and `REG_TOKEN`
@@ -462,7 +462,7 @@ docker run -d \
| Docker | `docker logs -f nexus-guard-suite-server-core-1` |
| Native | `sudo journalctl -u nexusguard-server -f` |
| Agent (Linux) | `~/.local/share/nexusguard/logs/` |
| Agent (Windows) | `%APPDATA%\NexusGuard\logs\` |
| Agent (Windows) | `%ProgramData%\NexusGuard\logs\` |
| Agent (macOS) | `~/Library/Logs/NexusGuard/` |
### Debug Commands