Setting up Phoebus and Your VNC
This page describes how to set up your own instance of Phoebus, and how to view this in a VNC.
What is Phoebus, and why do we use it?
Setting up your VNC
Making a command-line shell script and an alias
#!/bin/bash
# Start the SSH tunnel (if not already running)
ssh -f -N -J <your-username>@sbnd-gateway04.fnal.gov <your-username>@sbnd-daq02.fnal.gov -L 5919:localhost:5919
# Wait a second for the tunnel to become active
sleep 2
# Launch TigerVNC Viewer to localhost:19 (because 5900 + 19 = 5919)
# Format: <host>:<display#>
# Here, you need to give your local path to TigerVNC
/Applications/TigerVNC\ Viewer\ 1.14.1.app/Contents/MacOS/TigerVNC\ Viewer localhost:19Setting up Phoebus in your VNC
Changing onto a DAQ machine
Opening and editing your bash profile
Setting Phoebus off to run
Opening the panels that we want in Phoebus

Last updated



