Category Archives: Guides
Here at RackNerd, we're on a mission to introduce infrastructure stability on a global scale - one server at a time. Learn more about our story and why you should choose RackNerd for your infrastructure as a service (IaaS) needs!



Logrotate Best Practices: Managing Large Log Files on Your VPS

Log files are crucial for keeping your infrastructure observable, tracking application behavior, and diagnosing problems. Unmanaged logs, however, can quickly take up disk space, particularly in VPS environments where storage is frequently constrained. In order to keep your system healthy, Linux distributions come with a potent tool called logrotate that automatically rotates, compresses, and purges […]

How to Host Your Own Password Manager with Bitwarden on a VPS

Managing passwords securely is one of the most important responsibilities in today’s digital world. While cloud-based password managers are convenient, some users prefer full control over their data, especially when handling business or sensitive personal credentials. Bitwarden, one of the most trusted open-source password managers, offers an excellent self-hosted edition that you can deploy on […]

How to Set Up a Centralized Log Management System with ELK Stack

Without a centralized system, managing logs from several servers and applications can be very difficult. The ELK Stack (Elasticsearch, Logstash, and Kibana) is a powerful suite of tools that simplifies log aggregation, analysis, and visualization. Here, we will walk you through setting up a centralized log management system using the ELK Stack. What is the […]

Setting Up CI/CD Pipelines for Your Projects Using GitLab Runner

Continuous Integration and Continuous Deployment (CI/CD) are essential practices in modern software development. Automating your workflows ensures consistent code quality, faster deployments, and reduced human error. GitLab Runner, a lightweight agent that executes CI/CD jobs, helps streamline this process. In this guide, we will walk you through setting up a CI/CD pipeline using GitLab Runner. […]