Skip to main content

Installing Suite Storage on Linux

A step-by-step guide for installing Suite on Linux.

Updated this week

💡 Suite currently supports: Ubuntu 22.04 & 24.04, and Rocky Linux 9

ℹ️ If you would like to run Suite as a Linux service, please read this article.


Installing Suite Without a Graphical User Interface (GUI)

Step 1: First Update the system with.

sudo apt-get update

Step 2: Download the installer for your Linux distribution

Ubuntu x64

wget https://saturn-installer-prd-124359286071-bucket.s3-accelerate.amazonaws.com/suite-installer-ubuntu-x64.deb
sudo apt install REPLACE_WITH_PATH_TO_FILE

Ubuntu arm64

wget https://saturn-installer-prd-124359286071-bucket.s3-accelerate.amazonaws.com/suite-installer-ubuntu-arm64.deb -o suite-installer-ubuntu-arm64.deb
sudo apt install REPLACE_WITH_PATH_TO_FILE

Rocky x64

wget https://saturn-installer-prd-124359286071-bucket.s3-accelerate.amazonaws.com/suite-installer-rocky-x64.rpm
sudo dnf install REPLACE_WITH_PATH_TO_FILE

Rocky arm64

wget https://saturn-installer-prd-124359286071-bucket.s3-accelerate.amazonaws.com/suite-installer-rocky-arm64.rpm 
sudo dnf install REPLACE_WITH_PATH_TO_FILE

Step 3: Run the following command to start Suite. See here for more details on CLI usage.

SUITE_PASSWORD='replace_me_with_password' suite start --username replace_me_with_username

Installing Suite on Ubuntu Through the Graphical User Interface (GUI)

Step 1: Click this link to access the Suite Storage downloads page and select the Linux version (the software will automatically start to download).

Once complete, it will appear as "suite-installer-ubuntu-x64.deb".

Step 2: Right-click on the installer and open with "Software Install".

Step 3: Click “Install”.

Step 4: Launch Suite!

ℹ️ Use this article if you are starting Suite as a user and need root to have access to the drive

Still have a question?

Click the chat icon in the corner of your screen to send us a message!

Did this answer your question?