Starting a floating license server
To run the server manually
1 – Download and install the latest Remo 3D demo software from Remograph web site at:
http://remograph.com/download.php
2 – Open a DOS shell
3 – Browse to the main Remo 3D folder (For example CD C:\program files\remo3d)
4 – execute the following command:
remoLicenseServer.exe -l [number of simultaneous users supported by this license] -n [license key] -p [the port number you wish to use] -v -o [path to log file]
For example:
"C:\Program Files\Remo3D\remoLicenseServer.exe" -l 1 -n xxxxxxxxxx -p 2373 -v -o C:\tmp\remolicenseserver.log
Where xxxxxxxxxx is your license number.
Important: please make sure to use an existing log path/folder in the -o parameter. The server may refuse to start properly otherwise.
To install the server as a permanent Windows service (does not work under Linux)
1 – Download and install the latest Remo 3D demo software from Remograph web site at:
2 – http://remograph.com/download.php
3 – Open a DOS shell
4 – Browse to the main Remo 3D folder (For example CD C:\program files\remo3d)
5 – execute the following command:
remoLicenseServer.exe –i –l [number of simultaneous users supported by this license] –n [license key] –p [the port number you wish to use] -v –o [log output file]
For example:
"C:\Program Files\Remo3D\remoLicenseServer.exe" -i -l 1 -n xxxxxxxxxx -p 2373 -v -o C:\tmp\remolicenseserver.log
Where xxxxxxxxxx is your license number.
Important: please make sure to use an existing log path/folder in the -o parameter. The server may refuse to start properly otherwise.