How to Install Quru Image Server on Debian Latest

In this tutorial, we will guide you through the installation process of Quru Image Server on a Debian latest machine. Quru Image Server is an open-source image server solution designed to manage your image content efficiently.

Prerequisites

Before we proceed with the installation, make sure that your system meets the following prerequisites:

Step 1: Update the System

First, login to your server with sudo or root user and update your system packages.

sudo apt update
sudo apt upgrade

Step 2: Add the Quru Image Server Repository

To install the Quru Image Server, we need to add its repository to our Debian machine. Run the following command to add Quru Image Server's GPG key:

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 DAD16DFA60B1CDBF12C0B29C105FFB941D025EE2

Once the key is added, we will now add the Quru Image Server repository to our machine. Run the following command:

sudo sh -c 'echo "deb [arch=amd64] http://repo.quruimageserver.com/ stretch main" >> /etc/apt/sources.list.d/quruimageserver.list'

Step 3: Install the Quru Image Server

The Quru Image Server package is now available in our Debian machine repository. We will now use the apt package manager to install it.

Run the following command:

sudo apt update
sudo apt install qis

During the installation, the Quru Image Server installer will ask you to provide some required information. Follow the prompts on the screen for completing the installation process.

Step 4: Configure the Firewall

By default, the Quru Image Server listens on the port 8080. We will now add a firewall rule to allow incoming traffic on this port.

sudo ufw allow 8080/tcp

Step 5: Start the Quru Image Server

After the installation, the Quru Image Server service will start automatically. If it is not running for some reason, run the following command to start the service:

sudo systemctl start qis

We can also check the service status by running the following command:

sudo systemctl status qis

Step 6: Access the Quru Image Server

The Quru Image Server is now installed, configured, and running on your Debian latest machine. Open your web browser and navigate to http://server-ip:8080 or http://your-domain.com:8080. You should see the Quru Image Server login screen.

To log in to the Quru Image Server, use the following credentials:

Congratulations! You have successfully installed and configured the Quru Image Server on your Debian latest machine.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!