| | 4 | |
| | 5 | Manual installation requires a series of steps some of which can be automated. All this is automatic if you use the MSI file which makes this the easy choice. |
| | 6 | |
| | 7 | The service can be controlled from the NSClient++ command line using the [[wiki:doc/usage/0.4.x/service|service mode]] so refer to that page for detailed options and references. |
| | 8 | |
| | 9 | == UNzip the files (and/or copy the service) == |
| | 10 | |
| | 11 | Unzip the zip and/or copy the files manually using the your favorite tool (I tend to op for "FAR Manager" myself) |
| | 12 | |
| | 13 | == Install the service == |
| | 14 | |
| | 15 | Service can be installed using the [[wiki:doc/usage/0.4.x/service|service mode]] from the command line. |
| | 16 | |
| | 17 | {{{ |
| | 18 | nscp service --help |
| | 19 | }}} |
| | 20 | |
| | 21 | To install the service use the following command: |
| | 22 | {{{ |
| | 23 | nscp service --install --name nscp |
| | 24 | }}} |
| | 25 | |
| | 26 | This will install the service with a short hand name of nscp this can be changed by altering the '''--name'' option. |
| | 27 | |
| | 28 | == Setup firewall exception == |
| | 29 | |
| | 30 | You need to manually exclude any ports you want to use (normally NRPE (5666)and NSClient (12489)) from the windows firewall. |
| | 31 | |
| | 32 | == Start service == |
| | 33 | |
| | 34 | Service can be started using the [[wiki:doc/usage/0.4.x/service|service mode]] from the command line. |
| | 35 | |
| | 36 | {{{ |
| | 37 | nscp service --help |
| | 38 | }}} |
| | 39 | |
| | 40 | To install the service use the following command: |
| | 41 | {{{ |
| | 42 | nscp service --start --name nscp |
| | 43 | }}} |
| | 44 | |
| | 45 | This will start the service with the short hand name of nscp this can be changed by altering the '''--name'' option. |
| | 46 | |