Add README.md

This commit is contained in:
2025-01-18 17:46:29 +01:00
parent ca0a9d4795
commit 073d806d68

View File

@@ -1,6 +1,6 @@
# Install Beszel Agent As Service Under Windows # Install Beszel Agent As Service Under Windows
The Windows cmd file `[install-beszel-service.cmd](https://gitea.elpatron.me/elpatron/Install-Beszel-Agent/src/branch/main/install-beszel-service.cmd)` installs the Beszel agent as a service under Microsoft Windows. The Windows *cmd* file `install-beszel-service.cmd` installs the Beszel agent as a service under Microsoft Windows.
## Usage ## Usage
@@ -14,7 +14,7 @@ install-beszel-service.cmd <your Beszel ssh key>
## Explanation ## Explanation
The script copies `agent.exe` into the directory `%ProgramFiles%\BeszelAgent` and takes usage of NSSM to install the service. NSSM is beeing installed by `winget`. The script copies `agent.exe` into the directory `%ProgramFiles%\BeszelAgent` and takes usage of *[NSSM - the Non-Sucking Service Manager](https://nssm.cc/)* to install the service. *NSSM* is being installed by *[Winget](https://github.com/microsoft/winget-cli)*.
The provided `agent.exe` was compiled on January, 18th 2025 by me and should be exchanged by a self compiled or official executable. The provided `agent.exe` was compiled on January, 18th 2025 by me and should be exchanged by a self compiled or official executable.