Category: Serwer www

  • 🚀 How to Increase the WordPress Max Upload File Size on a VPS with ISPConfig, Nginx, and OLS

    WordPress PHP limit

    Are you trying to upload a large file to your WordPress Media Library, only to be stopped by that frustrating 20MB limit? This issue is incredibly common on servers with advanced configurations—such as those where ISPConfig manages Nginx and OpenLiteSpeed/PHP-FPM—because the file size limit is enforced in multiple places simultaneously. Here is the definitive guide…

  • Forget aout Life360. OwnTracks on TrueNAS: Your Private Location Server

    OpenStreetMap

    Nowadays, many people use location tracking apps like Life360 to know where family members are. They are convenient, but they involve giving your location data to a third-party company. OwnTracks is an open-source alternative that allows you to create your own private location server, giving you full control over your data. In this guide, we’ll…

  • Secure Home Directory Backup to TrueNAS Using Duplicati and Docker

    Duplicati TrueNAS

    Creating a reliable backup is absolutely critical, especially when working with code (PHP, Python, JavaScript) or managing essential systems, such as an ERP system. A local backup is simply not enough – we need a remote, encrypted solution that is resilient to drive failure. Duplicati, combined with Docker and a TrueNAS server (utilising SFTP), offers…

  • Secure SSH: Key-Based Authentication for Your VPS

    SSH Keys2

    If you work with VPS servers, you know that security is fundamental. Logging in with a password is like leaving your house keys under the doormat—it works, but it exposes you to bots and attacks. The true industry standard is SSH key authentication. It’s not only more secure but also significantly more convenient, as it…

  • How to Secure Your TrueNAS Apps? My Method with Tailscale

    Heimdall Dashboard

    Every self-hosting enthusiast eventually faces the same dilemma: how do you get secure and convenient remote access to your applications? Exposing each service directly to the world via a public IP address and opening ports on your router is just asking for trouble. On the other hand, we want access to our tools from anywhere.…

  • NetData in Home Lab and SME Environments:

    NetData

    Full Observability, 1-Second Granularity, and Intelligent Troubleshooting I. Introduction: What is NetData and Why Administration Requires ‘Live’ Data Administering a modern, heterogeneous infrastructure in a home lab or a small-to-medium enterprise (SME) presents the SysAdmin with unique challenges. The necessity of monitoring a critical TrueNAS SCALE server running on Debian, several Ubuntu Server Virtual Private…

  • Your Digital Fortress: How to Hide Applications from the Internet with Tailscale

    Tailscale Tunnel

    In today’s digital world, exposing any service to a public IP address is like sending an open invitation to uninvited guests. Automated scanners, password-guessing bots, and attackers searching for security vulnerabilities are relentless. But what if we could make our most critical applications—like a Vaultwarden password manager or a Wazuh security monitoring system—completely invisible to…

  • Case Study: When Your SIEM Goes Silent. How I Diagnosed a Wazuh Paralysis Caused by… Itself.

    Wazuh Overload

    Every administrator knows the feeling. You glance at your SIEM system’s dashboard, expecting a stream of alerts, but instead, there’s… silence. The dashboards aren’t refreshing; the last events are from hours ago. Your first thought? An outage. You log into the server, type systemctl status wazuh-manager, and see the reassuring green text: active (running). You’ve…

  • OpenLiteSpeed (OLS) with Redis. Fast Cache for WordPress Sites.

    OpenLiteSpeed Redis

    Managing a web server requires an understanding of the components that make up its architecture. Each element plays a crucial role in delivering content to users quickly and reliably. This article provides an in-depth analysis of a modern server configuration based on OpenLiteSpeed (OLS), explaining its fundamental mechanisms, its collaboration with the Redis caching system,…

  • Ubuntu Server 24.04, ISPConfig (Nginx) & OpenLiteSpeed: A Modern, High-Performance Web and Email Server Without CyberPanel

    Introduction Hello there, fellow server administrators, Linux enthusiasts, and all those who don’t run screaming at the mere mention of a “reverse proxy”. Today, I’d like to share the story of a migration that – much like a decent bit of sci-fi – features a few plot twists, surprises, and, with any luck, a happy…