Tactical RMM Agent
Go to file
2022-07-01 19:12:34 +00:00
.github/workflows ensure agent compiles for mac and freebsd too 2022-06-22 20:33:28 +00:00
.vscode Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
agent add optional config setting to use nats standard tcp instead of websockets 2022-07-01 19:12:34 +00:00
build update dev version 2022-06-20 15:22:28 -07:00
shared add optional config setting to use nats standard tcp instead of websockets 2022-07-01 19:12:34 +00:00
.gitignore Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
go.mod go 1.18 and update deps 2022-06-07 14:08:36 -07:00
go.sum go 1.18 and update deps 2022-06-07 14:08:36 -07:00
LICENSE.md v2.0.0 2022-03-19 11:55:43 -07:00
main.go update for new exe format 2022-06-26 09:02:48 -07:00
README.md Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
versioninfo.json Release 2.0.4 2022-05-14 21:45:32 -07:00

Tactical RMM Agent

https://github.com/amidaware/tacticalrmm

building the agent

env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"