To uninstall the BridgeGate product from a Linux server use the following steps:
In a terminal window / shell run the following commands.
sudo systemctl stop bridgegate # This will stop the BridgeGate server
sudo systemctl disable bridgegate # This will disable the auto start of the BridgeGate server
#Optional if the BridgeGate ssh or ftp servers are installed
sudo systemctl stop bgssh # This will shutdown the BridgeGate SSH server
sudo systemctl disable bgssh # ThisThis will disable the auto start of theBridgeGate SSH server
sudo systemctl stop bgftp # This will shutdown the BridgeGate FTP server
sudo systemctl disablebgftp # ThisThis will disable the auto start of the BridgeGate FTP Server
# Remove the BridgeGate software
sudo rm -rf /bridgegate # This will remove the bridgegate software
cd /etc/systemd/system
sudo rm bgftp.service
sudo rm bgssh.service
sudo rm bridgegate.service
systemctl daemon-reload
If you mysql installed on your Linux server you will want to delete the bridgegate schema
echo “drop database bridgegate;” | mysql –user bridgegate –password