If you are installing ISL Conference Proxy on a Windows Server Core machine, please follow these steps:
- Configure the firewall so that it allows incoming traffic on ports 7615, 443 and 80 for ICP:
netsh advfirewall firewall add rule name="ISL Conference Proxy" dir=in protocol=TCP localport=7615,443,80 action=allow
- Start Windows PowerShell:
powershell
- Download the latest ICP installer (sample downloads the latest 64-bit installer, if you are on a 32-bit machine, replace win64 below with win32):
Import-Module bitstransfer start-bitstransfer -source http://www.islonline.com/system/installer_latest_win64 -destination c:\Users\Administrator\Downloads\icp.exe
- Exit PowerShell:
exit
- Go to the downloads directory:
cd C:\Users\Administrator\Downloads
- Run the ICP installer:
icp.exe
- Follow the installation wizard and click finish when done.
- Access the following link from your desktop machine (replace serveraddress with the appropriate DNS name of your ICP server) and write down the IP address that is shown (example: 192.168.0.23): http://serveraddress:7615/myip
- On the server go to ICP installation directory:
cd C:\Program Files\ISL Conference Proxy
- Type the following to add your desktop machine's IP (replace 192.168.0.23 with the appropriate IP address for your case) to the trusted network for ICP administration:
echo 192.168.0.23 > setting_trustednet
- Restart ICP so that it will apply the command file from the previous point:
net stop confproxy net start confproxy
- Access the following link from your desktop machine (replace serveraddress with the appropriate DNS name of your ICP server): http://serveraddress:7615/conf
- Proceed to Step 3 of the Windows section in the parent topic: Basic Installation