You will be given a zipped folder contain the floating license server and a license file. Follow the steps below to setup your floating license server on a new machine.
Deploy a new standard Windows 2012-R2 x64 image on a physical or virtual machine (VM) or install from a Deployment Kit
unattend.txt
script or install from media manually.Setup forward & reverse DNS records on your DNS server (consult your IT admin/sysadmin if required) and set the hostname and primary DNS suffix on the machine itself if necessary (see Appendix B2.1)
If using a firewall, ensure the following ports are accessible (consult your local network admin if required): TCP ports 5053, 5054, 5054 (if in use, these can be changed, for details on what each port is used for, see Pre-reqs Required to Generate a License, step #3).
Note: If required by your IT department, perform any other standard configuration (ie: create a separate admin account with a strong password, set timezone, date & time or set it to synchronize with an NTP server, etc.), server hardening (ie: disable default administrator logins, change default remote port (ex: RDP), install anti-brute force attack prevention software (ex: IPBan, RDPGuard), enable & configure local firewall, etc.).
- Unzip the floating license server directory provided to you at any location on your computer, e.g.
%ProgramFiles%\Intercax_License_Server_Win64
. - Copy the floating license server file you obtained from Intercax to this directory.
- Open a command prompt and follow the steps below to start the license server.
- If you are using the default port 5054 for the web server, type
rlm
to start the license server, e.g:
Note, to specify an alternate webserver port, if port 5054 is in use by another application, start rlm viarlm -ws
<port> instead, e.g.rlm -ws 50054
- If you are using the default port 5054 for the web server, type
- It is recommended to install the license server as a Windows Service to auto-start upon boot. To do this, go to http://<your_server_name>:5054/home.asp and click on the Manage Windows Service menu button on the left hand pane and follow the instructions provided.
Note, to specify an alternate webserver port, fill in the Webserver port field if a port other than 5054 is desired.