How to install XPipe on Linux

XPipe is a powerful cross-platform control center for Linux servers, Docker containers, and virtualization servers. It provides a simple interface to manage multiple systems and server infrastructure on your local machine.

This article will show you how to install XPipe on Linux as well as manage your own VPS and Docker hub.

Download and install XPipe

The first step in installing XPipe in Linux is to ensure that the system is fully updated. To do that, run the following command in terminal on Debian and Ubuntu:

sudo apt update && sudo apt upgrade

In Fedora, you can instead run the following command to update your system:

sudo dnf update

Open a web browser, then navigate to the latest releases page for XPipe.

Scroll down to the 'installers' heading, then select the appropriate installer format for the system. For Debian-based systems, select the 'Linux .deb installer (x86_64)' link. For Fedora-based systems, select 'Linux .rpm installer (x86_64)'.

How to install XPipe on Linux Picture 1How to install XPipe on Linux Picture 1

Note : You can also install XPipe on Raspberry Pi by selecting 'Linux .deb installer (arm64)'.

Return to the terminal session, then navigate to the Downloads folder on your device:

cd ~/Downloads

Install the XPipe bundled installer using the Ubuntu/Debian package manager:

sudo apt install ./xpipe-installer-linux-x86_64.deb

For Fedora, you can run the following command:

sudo dnf install ./xpipe-install-linux-x86_64.rpm

Open the app launcher on your system, type 'xpipe' in the search bar, then click on the app's icon.

How to install XPipe on Linux Picture 2How to install XPipe on Linux Picture 2

Check the I accept the End User License Agreement checkbox , then click Confirm to load the XPipe control panel.

How to install XPipe on Linux Picture 3How to install XPipe on Linux Picture 3

Connect to the remote server first

At this point, you should have a completely blank XPipe client running on your current desktop session. To use it with a remote server, first make sure it can detect the machine's local shell.

Start by clicking the Search for Connections button on the program's main screen.

How to install XPipe on Linux Picture 4How to install XPipe on Linux Picture 4

This will open a small window where XPipe will ask you to select the sources it will poll in your machine. Accept the default values, then click Finish .

How to install XPipe on Linux Picture 5How to install XPipe on Linux Picture 5

Once XPipe detects both the root shell and the regular user shell, click the + New button in the upper left corner of the program window.

How to install XPipe on Linux Picture 6How to install XPipe on Linux Picture 6

Select Remote Host -> Simple SSH Connection .

How to install XPipe on Linux Picture 7How to install XPipe on Linux Picture 7

Configure server details in XPipe

Click the Host text box under Connection Information , then provide the domain name or IP address of the remote machine.

Select the User text box , then enter the name of the user you want to connect to your server with.

How to install XPipe on Linux Picture 8How to install XPipe on Linux Picture 8

Scroll down to the authentication section, then provide your user account password or associated SSH key.

If you are using a password for the SSH server, click the Password-based Authentication drop-down box , select Password , then provide the user account password in the text box below.

How to install XPipe on Linux Picture 9How to install XPipe on Linux Picture 9

Meanwhile, if you are using an SSH key, select the Key-based Authentication drop-down menu , select Identity File , then provide the location of the public SSH key file.

Note : Make sure to set other authentication options to None if you only use one of the two methods.

Go to the Connection Name section , name the new SSH setup, then click Finish to save.

Finally, XPipe will try to find existing containers and services running on the remote server. Accept the default values, then click Finish again to begin.

How to install XPipe on Linux Picture 10How to install XPipe on Linux Picture 10

4.5 ★ | 2 Vote