diff --git a/docs/guides/agent/windows-service.mdx b/docs/guides/agent/windows-service.mdx index 294908c5..db781cd6 100644 --- a/docs/guides/agent/windows-service.mdx +++ b/docs/guides/agent/windows-service.mdx @@ -4,3 +4,11 @@ title: Configuring a Windows Service In Windows environments, it can be useful to run the zrok Agent as a service, allowing it to automatically restart with your system. +Support for running the zrok Agent as a Windows service is handled through a third party utility, `nssm`, which is available here: + +https://nssm.cc/download + +Give the `nssm` documentation a quick review, here: + +(https://nssm.cc/usage)[https://nssm.cc/usage] +