en-US citrix computer

Configure NetScaler LAN proxy manually

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

Citrix Workspace app supports session launches using the NetScaler LAN proxy. If both static proxy and dynamic proxies are configured, the dynamic proxy configuration takes precedence. You can configure static proxy: Select the Configure NetScaler LAN proxy manually policy. Select Enabled and then provide the host name and port number. Click Apply and OK.

Registry

HKLM Software\Policies\Citrix\ICA Client\Engine\Network Routing\Proxy\NetScaler LAN Proxy

Value name: StaticProxyEnabled

Enabled: StaticProxyEnabled = 1

Disabled: StaticProxyEnabled = 0

This policy sets several registry values:

ProxyHost
Enabled: ProxyHost =
Disabled: ProxyHost = (deleted)
ProxyPort
Enabled: ProxyPort = 443
Disabled: ProxyPort = (deleted)

More options available

Options

Proxy host
ProxyHost text
Proxy port
ProxyPort decimal - range 0-65535 - default: 443

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure NetScaler LAN proxy manually
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\Engine\Network Routing\Proxy\NetScaler LAN Proxy]
"StaticProxyEnabled"=dword:00000001
"ProxyHost"=""
"ProxyPort"=dword:000001bb
"ProxyHost"=""
"ProxyPort"=dword:000001bb