*Infrastructure only* (persistent)
WINDOWS
- Ensure Jump Client Creation has been completed
- Copy the installer to the target machine
- Run the installer as Administrator
- Select Next
- (No cleanup needed. Installer removes itself after installation)
- You can validate by Start a Support Session through a Jump Client
LINUX (Headless Install)
- Download the Linux client installer from the console
- Upload the installer to the target machine
sh ./bomgar-pec-w0eec30xj1xfih5yjgyyey7ex5h5w61wiiizghzc40hc90.bin --install-dir /home/insentraadmin/jumpclient
start the service
/home/insentraadmin/jumpclient/init-script start
make sure service starts on reboot
cd /etc/systemd/system
create service name
sudo vi bomgar.service
[Unit]
Description=BeyondTrust Jump Client Service
Wants=network.target
After=network.target
[Service]
Type=forking
User=insentraadmin
ExecStart=/home/insentraadmin/jumpclient/init-script start
Restart=no
WorkingDirectory=/home/insentraadmin/jumpclient
[Install]
WantedBy=default.target
change permission
sudo chmod 777 bomgar.service
sudo systemctl daemon-reload
sudo systemctl enable --now bomgar.service
Note:
*Non Persistent* swing ZD ticket to BT SME in the region to assist
US- Frank Leonetti
AU- Phillip De Jesus
UK- Lee Synnuck