- Configure Port Forwarding
- Update your app-config.JSON file
1. Configure Port Forwarding
To connect your CurrentWare Clients to the CurrentWare Server over the Internet, you will need to port forward the CurrentWare traffic from your network’s router to the CurrentWare Server computer.
First, you will need to set up your CurrentWare Server on a network that has a Public Static IP address (obtained from your Internet service provider).
Then, you will need to configure your router’s setting. On your router’s configuration page, go to the Port Forwarding Settings
Forward the following port traffic to the IP address of your CurrentWare Server computer.
- 8990 to 8999 (TCP and UDP) – CurrentWare Console and Clients
- Note: If you are just looking to access the Console remotely, you only need port 8998 (TCP and UDP)
- 1024 (TCP and UDP) – CurrentWare Screenshot Port
- 443 & 80 (TCP and UDP) – Web Services
- Optional connection failover – 1433 & 1434 (TCP and UDP) – CurrentWare SQL Server8990 to 8998 (TCP and UDP)
Don’t know how to get into your router’s configuration page? Check out this resource: https://portforward.com/router.htm
Configure SQL Server Management Studio
- Launch the SQL Server Management Studio
- Log in to the SQL instance
- Right click on the instance that CurrentWare is stored and select properties
- Click
on “Connections” and under the section “Remote server connections”,
check the option “Allow remote connections to this server”
Configure SQL Server Configuration Manager
- Install and launch the SQL Server Configuration Manager
- Expand SQL Server Network Configuration
- Select Protocols
- Right click on the option “TCP/IP” and select “Properties”
- Click on the IP addresses tab
- Scroll down to “IPAll”
- For TCP Port, put in 1433
2. Update your app-config.JSON file
Go back to your CurrentWare Server and browse to C:\Program Files (x86)\CurrentWare\cwWebConsole\WebConsole\. Open the file app-config.json in notepad and modify the following entry to include your public IP address.
{"API_URL":"http://XXX.XXX.XXX.XXX:8997/api/"}
In this example, replace the IP address XXX.XXX.XXX.XXX with your public IP address.
After your port forwarding settings and app-config.JSON files are configured properly, you will be able to access your CurrentWare Web Console from any Internet browsers using your IP address.
Want to access the Web Console using HTTPS instead? Learn how to secure the CurrentWare Web Console with the prepackaged HTTPS Certificate.