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 […]
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
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 […]
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 […]
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 […]
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 […]
Installing a Hytale server on Unihost (Windows and Linux) with the AdminUI plugin
In this article, we will walk through the process of installing a Hytale server on Unihost servers. For stable Hytale server performance, high CPU clock speed is especially important, as the game relies heavily on single-core and high-frequency CPU performance. For this reason, we recommend servers with high per-core frequency rather than simply a large […]
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 […]
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 […]
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 […]
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 […]