Follow us on Twitter...
Stay up to date with the latest news, special offers and advice from CensorNet on Twitter... we are Tweeting regularly!
Cloud Link can be configured using the ManualUpdater tool from the command line. This is useful if you want to achieve a silent install or you wish to configure/install via scripts rather than the graphical installation tool. This article describes the parameters that are available.
Cloud Link can be configured using the ManualUpdater tool from the command line. This is useful if you want to achieve a silent install or you wish to configure/install via scripts rather than the graphical installation tool.
To configure the Cloud Link service from the command line you will need the Cloud Link command line tools - available from CensorNet on request - due to security as it allows bypassing of Cloud Link configuration.
The following parameters are available:
Note: if you are using Windows Vista or Windows 7, the ManualUpdater tool should be run with administrator privileges.
The following parameters should be used as follows:
ManualUpdater.exe <parameter>=<value>
| Name | Parameter | Example value |
| Status | status | enabled |
| Mode | mode | icap |
| ICAP hostname | icaphostname | icap.cloudwebfiltering.com |
| ICAP Server Port | icapport | 1344 |
| ICAP Username | icapuser | .(JavaScript must be enabled to view this email address) |
| ICAP User password | icapuserpassword | password |
| Config password | password | password |
| Intercepted Ports | interceptedports | 80,443 |
| ActiveDirectory Authentication | admode | enabled, disabled |
| Fail Open Mode | failopen | enabled, disabled |
| Bypass Hosts | bypasshosts | 192.168.1.1, google.com |
| Ignored Applications | ignoredapplications | skype.exe |
Examples
ManualUpdater.exe icaphostname=icap.cloudwebfiltering.com icapusername=user@domain.com
Variables
It is possible to use environment variables as part of the parameters, for example:
ManualUpdater.exe icapusername=%username%@domain.com