
Get started with the Fuse Panel in 4 easy steps.
We offer two installation methods. You can download and run the binaries, or pull our docker container.
Download Fuse Panel binary from our servers. We supply binaries for Linux (x64) and macOS (x64). It's not necessary to run the Fuse Panel on the same server as Passenger.
# download binary
curl -sL -o fuse_panel_linux_64.tar.gz https://www.phusionpassenger.com/fuse-panel/download/linux_x64
# create a directory for the fuse panel application
mkdir fuse-panel
# extract the tarball into the directory
tar xvf fuse_panel_linux_64.tar.gz -C fuse-panel
Please agree to the EULA to see instructions
# download binary
curl -sL -o fuse_panel_macos_64.tar.gz https://www.phusionpassenger.com/fuse-panel/download/macos_x64
# create a directory for the fuse panel application
mkdir fuse-panel
# extract the tarball into the directory
tar xvf fuse_panel_macos_64.tar.gz -C fuse-panel
Please agree to the EULA to see instructions
Start Fuse Panel. The first time you start the Fuse Panel you must set the ADMIN_USERNAME
and ADMIN_PASSWORD
environment variables.
Available commandline options:
# assuming you extracted the files to the fuse-panel directory
cd fuse-panel
# start the application
ADMIN_USERNAME=<preferred_admin_username> ADMIN_PASSWORD=<preferred_admin_password> ./fuse-panel
Please agree to the EULA to see instructions
The Fuse Panel will report the hostname or ip and port it's listening on. Point your browser to that location to open the Fuse Panel web interface. By default it will be available at http://localhost:3001
.
To allow Passenger to connect to the Fuse Panel, Passenger must be at the latest version. The latest version is 6.0.19. Read the upgrade guide.
After you've made sure that you're running an up-to-date version of Passenger you can follow the instructions in the Fuse Panel web interface to connect it to the Fuse Panel.