Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.


Filewave Firewall Scripts for Windows

Summary

FileWave Installers by default leave Windows Firewall settings untouched. This article provides scripts that opens the Windows Firewall so the windows processes can accept connections from the outside.

Procedure

Use the attached .bat files to open the firewall for the respective executable at their standard install locations.
If you've installed a Filewave component to a nonstandard path, please adapt the path inside the .bat files.


The Scripts allow both in- and outbound connections on all ports for the installed filewave executables and follow the basic syntax :

Windows Vista/7

netsh advfirewall firewall add rule name="FileWave Client" action=allow program="C:\Program Files\ (x86)\FileWave\fwcld.exe" enable=yes dir=in description="Filewave Client Inbound Access, usually only port 20010 is needed for client monitor connections"

Windows XP

netsh firewall add allowedprogram program = "C:\Program Files\FileWave\fwbooster.exe" name = "FileWave Booster" mode = ENABLE profile = ALL



Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.