BastionXP Download and Install

Install the BastionXP Server and Client to get started.

BastionXP Server

Redhat/Centos/Fedora

curl -O https://portal.socketxp.com/download/bastionxp/bastionxp-1.1.0-1.x86_64.rpm
sudo yum install ./bastionxp-1.1.0-1.x86_64.rpm

Debian/Ubuntu

curl -O https://portal.socketxp.com/download/bastionxp/bastionxp_1.1.0-1_amd64.deb
sudo apt install ./bastionxp_1.1.0-1_amd64.deb
BastionXP Client (bsh)

Identify your CPU architecture and OS type first:

Execute the below command in your command shell.

uname -om

Based on the above command output, choose an appropriate binary from the list below for your CPU architecture type


x86_64

Copy and paste the below command into a shell.

curl -O https://portal.socketxp.com/download/bastionxp/linux/amd64/bsh && chmod +wx bsh && sudo mv bsh /usr/local/bin

ARM64

Copy and paste the below command into a shell.

curl -O https://portal.socketxp.com/download/bastionxp/linux/arm64/bsh && chmod +wx bsh && sudo mv bsh /usr/local/bin

Windows x86 64-bit (Intel, AMD)

Click the link to begin download.

Identify your CPU architecture and OS type first:

Execute the below command in your command shell.

uname -om

Based on the above command output, choose an appropriate binary from the list below for your CPU architecture type


ARM 64-bit (Apple M1/M2 CPU)

Copy and paste the below command into a shell.

curl -O https://portal.socketxp.com/download/bastionxp/darwin/arm64/bsh && chmod +wx bsh && sudo mv bsh /usr/local/bin

x86_64 (Intel CPU)

Copy and paste the below command into a shell.

curl -O https://portal.socketxp.com/download/bastionxp/darwin/amd64/bsh && chmod +wx bsh && sudo mv bsh /usr/local/bin

Got Questions?

Refer to our getting started guide. If you have any questions, please write to us at: [email protected].