Configuring Two-Tier Backup in Proxmox Backup Server

In the previous articles, we covered the basic virtual infrastructure layout and the setup of an environment for remote work. Now we move on to the final stage — organizing backup for virtual machines. This is necessary to protect production systems from unexpected failures, configuration mistakes, unsuccessful updates, and other situations that can lead to […]

Read More

Virtual Infrastructure for Small and Medium-Sized Businesses on Proxmox VE

For small and medium-sized businesses, it is important to have an infrastructure that is flexible enough, secure, and not overly complex to maintain. In many cases, this does not require an expensive cloud platform or a complex enterprise cluster. A single properly prepared server is often enough to deploy a hypervisor, a firewall, and configure […]

Read More

Configuring OPNsense in a Proxmox VE Virtual Machine

Introduction OPNsense can be used in Proxmox VE as a virtual firewall, router, and VPN gateway. In this setup, it separates external traffic from the internal network of virtual machines and also allows secure VPN access to them. OPNsense supports several VPN technologies, including WireGuard and OpenVPN. In addition, it can publish internal services externally […]

Read More

Configuring networking on a Proxmox VE server, server model OVE

Introduction After installing Proxmox VE, it is important to configure the network layout correctly. This affects access to the web interface, the operation of virtual machines, and the ability to use separate internal segments for a firewall or client VMs. This article covers a scenario where: the Proxmox server gets Internet access through the primary […]

Read More

Installing OpenClaw with Portainer

The easiest and fastest way to install OpenClaw is by using the Portainer template prepared by our team. This method minimizes manual configuration and allows you to deploy a stable, ready-to-use knowledge base in just a few minutes. Requirements: A VPS with Portainer installed using the Unihost script A deployed NPM (Nginx Proxy Manager) Registered […]

Read More

Installing Supabase on a VPS from Unihost

In this guide, we’ll explain how to install Supabase on a virtual server from Unihost. For this example, we used a VPS model from the UNH series. The installation process is based on the official documentation: Self-Hosting with Docker.Docker was already pre-installed on our VPS, so the installation step is omitted in this guide. When […]

Read More

Reliable Backup: Overview of Solutions and a Practical Approach

Backup is one of the most underestimated, yet critically important aspects of any infrastructure. Data loss caused by disk failure, human error, or an unsuccessful update can lead to downtime or financial losses. In this article, we will explore how to organize backups on Unihost servers — from simple bash scripts to integration with control […]

Read More

Installing Odoo with Portainer

The simplest and fastest way to install Odoo is to use the Portainer template prepared by our team. This method minimizes manual configuration and allows you to deploy a stable, ready-to-use system in just a few minutes. Requirements: A VPS with Portainer installed using the Unihost script; A deployed NPM (Nginx Proxy Manager). After installing […]

Read More

Setting up a basic project deployment (CI/CD)

This guide shows how to quickly set up CI/CD in GitLab — from creating a project and a test branch to registering a GitLab Runner and automatically deploying WordPress. This approach simplifies the development process and speeds up code updates on the server. To create a project in GitLab:Go to “New Project” > “Create blank […]

Read More