Installing FASTPANEL

1. What is FASTPANEL FASTPANEL is a modern, fast, and intuitive control panel for managing servers (VPS/VDS or dedicated servers). It allows you to easily manage websites, databases, email, SSL certificates, and backups through a user-friendly graphical web interface, eliminating the need to perform most tasks in the Linux console. 2. FASTPANEL Components The main […]

Read More

Installing Talos OS

This post shows you how to install Talos OS on a virtual server using the installation script.For the script to work properly, you need an operating system based on Linux OS or a WSL virtual machine container running on Windows.Also, the remote server on which you plan to install the OS must already be booted […]

Read More

How to Tell If a Server Has Been Hacked: 5 Main Signs of Compromise

A server compromise is not always obvious. Sometimes the website continues to work, SSH is available, the load looks normal, but the server may already have a malicious process, an unknown user, a hidden cron job, or outgoing traffic to suspicious addresses. In cybersecurity, such signs are called indicators of compromise — traces that may […]

Read More

How to Publish a Docker Service via HTTPS on a VPS Using Traefik

Docker services that accept HTTP requests usually listen on an internal container port: for example, 3000, 8080, 5000, or 8000. This port is used inside the Docker network, while external access to the service is better organized through a domain, HTTPS, and a reverse proxy. In a production environment, the user opens the service at: […]

Read More

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