Tactical RMM Agent
Go to file
2023-08-24 12:35:11 -07:00
.github/workflows update ci 2023-08-06 22:39:36 -07:00
.vscode Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
agent fix env vars in runasuser fixes amidaware/tacticalrmm#1614 2023-08-24 12:35:11 -07:00
build bump version 2023-08-14 13:34:38 -07:00
shared add insecure flag to allow self-signed certs to work 2023-08-24 12:17:52 -07:00
.gitignore Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
go.mod update deps 2023-08-06 11:19:00 -07:00
go.sum update deps 2023-08-06 11:19:00 -07:00
LICENSE.md v2.0.0 2022-03-19 11:55:43 -07:00
main.go add insecure flag to allow self-signed certs to work 2023-08-24 12:17:52 -07:00
README.md Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
versioninfo.json bump version 2023-08-14 13:34:38 -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"