How to change path if i use Manager Server as a service?

Could u plz help me to change path if i use Manager Server as a service? Thanks

what path are you referring to?
what OS?

to change the application data path on Windows, the command line syntax is as below.

Syntax:

ManagerServer.exe [options]

Options:

-port [number]     Set port on which HTTP server should listen on.
-path [directory]  Set directory where Manager should look for data.

Examples:

ManagerServer.exe
ManagerServer.exe -port 80
ManagerServer.exe -port 80 -path "C:\Users\User\AppData\Local\Manager"

yes i know it. if u install nssm.exe for auto start than how to change path… Thanks

create a script for running the syntax and start this script with nssm.

1 Like

Thanks a lot