Installing the Console
You can install the BigFix console on any Windows computer that can make a network connection via HTTPS port 52311 to the Server.
Except in testing or evaluation environments, it is not recommended to run the Console on the Server computer due to the performance and security implications of having the publisher key credentials on a computer that is running a database or web server. Using the BigFix console you can monitor and fix problems on all managed computers across the network.
To install the console, follow these steps:
- Go to
/var/opt/BESInstallers
directory. - Copy the
Console
folder to a Windows workstation. Use theConsole
folder of the same build level. - From the
Console
directory on the Windows workstation run:setup.exe
iptables -I INPUT -p tcp --dport < Server_Port > -j ACCEPT
iptables -I INPUT -p udp --dport < Server_Port > -j ACCEPT
iptables -I INPUT -p tcp --dport < WebReports_Port > -j ACCEPT
service iptables save
For more details about using the Console program see the BigFix Console Users Guide .