Installation on Windows Server Core

 

If you are installing ISL Conference Proxy on a Windows Server Core machine, please follow these steps:

  1. 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
  1. Start  Windows PowerShell:
powershell
  1. 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
  1. Exit PowerShell:
exit
  1. Go to the downloads directory:
cd C:\Users\Administrator\Downloads
  1. Run the ICP installer:
icp.exe
  1. Follow the installation wizard and click finish when done.
  2. 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
  3. On the server  go to ICP installation directory:
cd C:\Program Files\ISL Conference Proxy
  1. 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
  1. Restart ICP so that it will apply the command file from the previous point:
net stop confproxy

net start confproxy
  1. Access the following link from your desktop machine (replace serveraddress with the appropriate DNS name of your ICP server): http://serveraddress:7615/conf
  2. Proceed to Step 3 of the Windows section in the parent topic: Basic Installation
Tags: isl conference proxy, set up, advanced installation, windows, server, core

Was this article helpful?