What ports does UW/webNetwork use by default ?
Have a relay in the DMZ and need to know what ports on the firewall need to be opened.
80 - TCP - Relay Port - Client > Relay
443 - TCP - Relay Port - Client > Relay
1099 - TCP - RMI port - Loader <> Relay
3390 - TCP - Proxy port (If using Proxy webapps) - Client > Relay
4500 - TCP - Service port - Loader <> Relay
4501 - TCP - Pipeline port - Loader <> Relay
8090 - TCP - Management Port
16000 - TCP - Cluster Port - Loader <> Loader
16010 - TCP - Cluster Connection Port - Loader <> Loader
24000 - TCP - Relay Central port - Loader <> Relay
49152-65535 - TCP - AD LDS Replication
If you configure any Dedicated Port Maps or Citrix Proxy/RDP Proxy webapps, then you would need to also open the ports that you selected for these web applications.
If you are using Windows and want to be sure the Windows Firewall is configured to allow these ports you can use the following commands in an Administrative Command Prompt :
Adding UW Java exception to firewall:
netsh advfirewall firewall add rule name="Allow inbound traffic to webNetwork Java" dir=in edge=yes action=allow program="C:\UnifiedWorkspace\jre\bin\java.exe" enable=yes
Adding webNetwork.exe exception to firewall:
netsh advfirewall firewall add rule name="Allow inbound traffic to webNetwork.exe" dir=in edge=yes action=allow program="C:\UnifiedWorkspace\bin\webNetwork.exe" enable=yes
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
Move webNetwork to different server
*** If you are moving to a different OS, please see : https://helpdesk.lenovosoftware.com/portal/kb/articles/migrate-webnetwork-to-windows-linux-22-8-2017 *** Keeping the same OS / version / IP As long as you are keeping the same OS/ version/IP then ...
Tuning Windows Servers for UW/webNetwork Performance
We've found over time, that making the following changes to Windows allows for improved performance from Unified Workspace: Making sure UW is able to listen on the necessary ports by adding exceptions for the Java.exe and webNetwork.exe executables: ...
UW Support for HSTS
As of 6.4.1.24, UW supports HSTS HSTS can be enabled/disabled via the Login Policy used by the UW relays. Open webAdmin. Expand Tree Root. Expand the Stoneware OU folder. Select the DefaultLoginPolicy object. Check the HSTS Enable checkbox on the ...
Tuning Linux Servers for UW/webNetwork Performance
The following changes will make sure Linux will clear unused connections faster: Important: This solution requires adjusting Linux kernel parameters. You should make a note of the original values so you can reset them if necessary. To reduce the ...
Dedicated IP webapp with multiple ports
Question: How does a dedicated IP webapp with multiple ports work ? Answer: If multiple ports are configured and the app is configured for SSL, only port 443 will use SSL. All other ports will just be http. If the app is configured so that the ...