Tipi home server manager
Control Center
Tipi gives you complete control of more than 100 applications and services. A mouse click is all it takes to install the apps.
To keep your data under your control, instead of outsourcing to unknown servers, the typical approach is to simply host the services yourself. It is becoming increasingly easy for less technically inclined users to operate a small home server. Not least, the Raspberry Pi has contributed significantly to this by encouraging many users to experiment. The choice of suitable hardware is naturally far greater: from devices such as laptops or PCs that have already been replaced by newer gear to virtual machines to rented VPS servers on the Internet.
To save you from having to package and configure every service as a container yourself, the number of home server managers have increased recently. Examples include DietPi, YunoHost, Mistborn, or NethServer. The summer of 2022 saw the release of another alternative in the form of Tipi [1] by Swiss developer Nicolas Meienberger [2].
Management Interface
Tipi is essentially a management interface for the applications and services that you want to run on your home server, without requiring in-depth expertise of the setup and management tasks for the home server operating system. Tipi currently offers more than 100 apps for installation in a click-and-forget process [3]. You don't have to worry about setting up the network or configuring the apps initially and can instead adjust the settings of each app later.
Tipi sets up four containers (Figure 1): The apps all end up in their own Docker containers. (You can try out a demo [4] on the Tipi GitHub page.)
Before installing, you need to decide whether you want to limit the scope of applications and services to your home network or if you additionally want access from the outside. If you want outside access, you need to share both port 80 and port 443 for the corresponding device using port forwarding on your router. Instructions for port forwarding for all popular routers can be found online [5].
Installation
Installing the tool is very simple. As the basis, Meienberger recommends a recent Ubuntu, starting with version 18.04 and preferably the server variant, but other distributions should work just as well. Beyond that, you simply need to download and run an installation script. After a few moments, you will see a URL for the user interface (Figure 2). If you already have Docker and Docker Compose installed, the script will use your defaults. Otherwise, both applications are retrieved during the Tipi install. Tipi runs on port 80 by default.
If you want to choose a different port, run the start-up script with the additional --port
argument. You can download and run the script simultaneously with a single command:
curl -L https://setup.runtipi.com | bash
If you want to change the port, the first step is to get the script:
clone https://github.com/meienberger/runtipi.git
Then start it manually by typing something like
sudo ./scripts/start.sh --port 8001
(or some other unused port) in the runtipi
directory. You will then also need to share this port on your router via port forwarding. To learn how to bind your domain to the Tipi Dashboard before the install, see the "Adding a Domain for the Tipi Dashboard" box.
Adding a Domain for the Tipi Dashboard
First, download the installation script:
git clone https://github.com/meienberger/runtipi.git
Then create a configuration file
sudo nano /runtipi/state/ settings.json
and add the following lines:
{ "domain": "yourdomain.com" }
Of course, you need your own domain in the final quotes instead of the placeholder. To create a valid JSON file, the text line must be exactly one tab stop away from the margin. Finally, save the file, in nano, for example, by pressing Ctrl+O, and close the configuration file by pressing Ctrl+X.
Next, working in the runtipi
directory, type
sudo ./scripts/start.sh
to start the installation.
Before you start installing, make sure your distribution already has the cURL package in place. This is not the case with, say, Ubuntu. I used an LXC container in Proxmox with the server version of Ubuntu 22.04 for testing. During the installation, which takes about two minutes, Tipi creates four containers for the Tipi database, Redis, the reverse proxy for SSL encryption, and the Tipi Dashboard. When done, you will see a URL and, after registering, you will be taken to the Tipi user interface.
Web Interface
Dashboard is the first tab: It tells you about the available space on the hard disk, the CPU load, and the amount of RAM used (Figure 3). The second tab My Apps is still empty at this point and points you to the third tab, the App Store. The fourth and last tab, Settings, is divided into Actions for updating and restarting and the actual Settings (Figure 4). Source code on the right takes you to the project's GitHub page, while Sponsors gives you the ability to support the project financially. The half moon next to Sponsors lets you toggle to Dark Mode, and you can log out with the icon on the far right.
The first thing you need to do is visit the App Store to add some applications and services. Tipi lists the apps with their icons, a short description, and a category. Above the list there is a search mask, along with a drop-down Category list to filter the apps shown into one of 14 categories.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.
-
Linux Foundation Adopts OMI to Foster Ethical LLMs
The Open Model Initiative hopes to create community LLMs that rival proprietary models but avoid restrictive licensing that limits usage.
-
Ubuntu 24.10 to Include the Latest Linux Kernel
Ubuntu users have grown accustomed to their favorite distribution shipping with a kernel that's not quite as up-to-date as other distros but that changes with 24.10.
-
Plasma Desktop 6.1.4 Release Includes Improvements and Bug Fixes
The latest release from the KDE team improves the KWin window and composite managers and plenty of fixes.
-
Manjaro Team Tests Immutable Version of its Arch-Based Distribution
If you're a fan of immutable operating systems, you'll be thrilled to know that the Manjaro team is working on an immutable spin that is now available for testing.