https://xtom.com xTom | Professional Hosting Solutions 2026-03-10T13:51:40.012Z https://github.com/jpmonette/feed xTom https://xtom.com xTom is a privately held professional Infrastructure as a Service (IaaS) provider, founded in Düsseldorf, Germany. We provide network and data center services. We also offer customized solutions on Windows and Linux platforms ranging from cloud hosting to dedicated servers. © 2026 xTom <![CDATA[How to Self-Host OpenClaw, Your Own Personal AI Agent]]> https://xtom.com/blog/how-to-self-host-openclaw/ 2026-03-01T00:00:00.000Z

OpenClaw is an open-source, self-hosted AI agent that lets you chat with your own personal assistant through Telegram, Discord, Slack, WhatsApp, and more. This guide walks you through running it on your own machine or Linux server so your data stays yours.

]]>
xTom https://xtom.com
<![CDATA[How Does the Internet Work?]]> https://xtom.com/blog/how-does-the-internet-work/ 2026-02-25T00:00:00.000Z

The internet connects billions of devices across the globe, but most people have no idea what's actually happening behind the scenes. This guide breaks down how data travels from one point to another, in plain English.

]]>
xTom https://xtom.com
<![CDATA[What Is a Looking Glass and How to Host One]]> https://xtom.com/blog/what-is-looking-glass-and-how-to-host-one/ 2026-02-23T00:00:00.000Z

A looking glass is a web-based diagnostic tool that lets anyone query your network's routing tables and run traceroutes from your perspective. Learn what it does, why networks use them, and how to set one up yourself.

]]>
xTom https://xtom.com
<![CDATA[What Is the Linux Kernel and How Does It Work?]]> https://xtom.com/blog/what-is-linux-kernel-and-how-does-it-work/ 2026-02-22T00:00:00.000Z

The Linux kernel is the core component that manages hardware resources and system operations in Linux distributions. In this article, we'll explain more about it.

]]>
xTom https://xtom.com
<![CDATA[What Is an ASN and How Do You Get One?]]> https://xtom.com/blog/what-is-asn-and-how-do-you-get-one/ 2026-01-21T00:00:00.000Z

An ASN (Autonomous System Number) is a unique identifier assigned to networks that control their own routing policies. Learning what an ASN is and how to obtain one is essential for organizations managing their own network infrastructure.

]]>
xTom https://xtom.com
<![CDATA[What Is BGP and How Does It Work?]]> https://xtom.com/blog/what-is-bgp-and-how-does-it-work/ 2026-01-15T00:00:00.000Z

BGP (Border Gateway Protocol) is the routing protocol that makes the internet work by enabling networks to exchange routing information and find the best paths for data. Understanding BGP helps you grasp how global internet connectivity actually functions.

]]>
xTom https://xtom.com
<![CDATA[How to Diagnose Network Issues Using Ping, Traceroute, and MTR]]> https://xtom.com/blog/diagnose-network-issues-ping-traceroute-mtr/ 2026-01-10T00:00:00.000Z

When your connection slows or fails, ping, traceroute, and MTR help you pinpoint exactly where the problem lies. Learn how these three essential network diagnostic tools work and when to use each one.

]]>
xTom https://xtom.com
<![CDATA[What Is IP Transit and How Does It Work?]]> https://xtom.com/blog/what-is-ip-transit-and-how-does-it-work/ 2026-01-01T00:00:00.000Z

IP transit is the service that connects networks to the global internet through an upstream provider. Understanding how it works helps you make informed decisions about connectivity, bandwidth, and routing for your infrastructure.

]]>
xTom https://xtom.com
<![CDATA[Sudo vs. Su: What's the Difference and When Should You Use Each One?]]> https://xtom.com/blog/sudo-vs-su-difference-when-to-use/ 2025-12-19T00:00:00.000Z

While both sudo and su commands elevate privileges, they work in fundamentally different ways and serve distinct purposes in system administration. Here's how.

]]>
xTom https://xtom.com
<![CDATA[APT vs. DNF vs. Pacman: Understanding Linux Package Managers and How to Use Them]]> https://xtom.com/blog/apt-vs-dnf-vs-pacman-linux-package-managers/ 2025-12-18T00:00:00.000Z

Package managers handle software installation on Linux, but APT, DNF, and Pacman all work differently depending on your distribution. Here's what sets them apart and how to use each one.

]]>
xTom https://xtom.com
<![CDATA[Chmod vs. Chown in Linux: What's the Difference and When to Use Each?]]> https://xtom.com/blog/chmod-vs-chown-linux-file-permissions/ 2025-12-17T00:00:00.000Z

Learn the key differences between chmod and chown in Linux, two commands that control different aspects of file security. We'll explain when to use each one and how they work together to protect your system.

]]>
xTom https://xtom.com
<![CDATA[What Is Systemctl and How Does It Work?]]> https://xtom.com/blog/what-is-systemctl-and-how-does-it-work/ 2025-12-16T00:00:00.000Z

Systemctl is the command-line interface for managing systemd, the init system that controls services, processes, and system states on modern Linux distributions. It's your go-to tool for starting, stopping, and monitoring everything that runs on your server. Here's how it works.

]]>
xTom https://xtom.com
<![CDATA[What Is curl and How Does It Work?]]> https://xtom.com/blog/what-is-curl/ 2025-12-05T00:00:00.000Z

In this article, we break down what curl is, how it works, and how you can use it to transfer data right from your terminal.

]]>
xTom https://xtom.com
<![CDATA[Wget vs. curl: What's the Difference?]]> https://xtom.com/blog/curl-vs-wget-command-line-downloaders/ 2025-12-04T00:00:00.000Z

Ever wondered about the difference between curl and wget? This guide breaks down when to use each command-line tool for downloading files and testing APIs.

]]>
xTom https://xtom.com
<![CDATA[Systemd Timers vs. Cron: Which One Should You Use?]]> https://xtom.com/blog/systemd-vs-cron-linux-task-scheduling/ 2025-12-03T00:00:00.000Z

Choosing between systemd and cron for scheduled tasks? We explain the key differences, benefits, and when to use each for your Linux server.

]]>
xTom https://xtom.com
<![CDATA[What Is a Cron Job and How Do You Use It?]]> https://xtom.com/blog/what-is-a-cron-job/ 2025-12-02T00:00:00.000Z

Ever wonder how servers run automated tasks like nightly backups? Learn what a cron job is, how the syntax works, and how to schedule your own tasks on Linux.

]]>
xTom https://xtom.com
<![CDATA[What Is systemd and Why Do So Many Linux Distros Use It?]]> https://xtom.com/blog/what-is-systemd/ 2025-12-01T00:00:00.000Z

Learn what systemd is, how it became the default init system for most Linux distributions, and how to manage services with basic systemctl commands.

]]>
xTom https://xtom.com
<![CDATA[What Is Wget and How to Use It]]> https://xtom.com/blog/what-is-wget-and-how-to-use-it/ 2025-10-28T00:00:00.000Z

Wget is a free command-line utility that downloads files from the web using HTTP, HTTPS, FTP, and FTPS protocols. It's a go-to tool for Linux users who need reliable, scriptable, and resumable downloads.

]]>
xTom https://xtom.com
<![CDATA[What Is Telnet and How Does It Work?]]> https://xtom.com/blog/what-is-telnet-and-how-does-it-work/ 2025-10-20T00:00:00.000Z

Telnet is a network protocol that allows remote access to systems over a network. While largely replaced by SSH for security reasons, understanding Telnet remains valuable for grasping fundamental networking concepts and troubleshooting legacy systems.

]]>
xTom https://xtom.com
<![CDATA[Proxmox 8 vs. 9 - What's New and How to Upgrade]]> https://xtom.com/blog/proxmox-8-vs-9-upgrade-guide/ 2025-10-15T00:00:00.000Z

Proxmox Virtual Environment 9.0 introduces Debian 13 Trixie, kernel 6.14, and LVM snapshot support alongside SDN fabric capabilities. Here's what changed from version 8 and how to upgrade your virtualization infrastructure safely.

]]>
xTom https://xtom.com
<![CDATA[What Is Grafana and How to Install It]]> https://xtom.com/blog/what-is-grafana-and-how-to-install-it/ 2025-10-10T00:00:00.000Z

Grafana is an open-source analytics and visualization platform that transforms your metrics into interactive dashboards. Learn what makes it essential for modern infrastructure monitoring and how to get it running.

]]>
xTom https://xtom.com
<![CDATA[What Is Rclone and How Do You Use It?]]> https://xtom.com/blog/what-is-rclone-and-how-to-use-it/ 2025-10-01T00:00:00.000Z

Learn what Rclone is and why it's a go-to tool for managing files across different cloud storage services. This guide covers the basics of installation, configuration, and common commands to get you started.

]]>
xTom https://xtom.com
<![CDATA[FTP vs. SFTP - What’s the Difference and Which One Should You Use?]]> https://xtom.com/blog/ftp-vs-sftp/ 2025-09-20T00:00:00.000Z

Learn the key differences between FTP and SFTP, two common protocols for transferring files. We'll cover security, functionality, and help you decide which one is right for your needs.

]]>
xTom https://xtom.com
<![CDATA[What Is SSH and How Does It Work?]]> https://xtom.com/blog/what-is-ssh/ 2025-09-15T00:00:00.000Z

Learn what SSH (Secure Shell) is, how it provides encrypted communication for managing servers remotely, and why it replaced older protocols like Telnet. This guide covers the basics of its cryptographic handshake and how to connect.

]]>
xTom https://xtom.com
<![CDATA[Debian 12 'Bookworm' vs. Debian 13 'Trixie' - What's the Difference and How to Upgrade]]> https://xtom.com/blog/debian-12-bookworm-vs-debian-13-trixie-upgrade-guide/ 2025-09-10T00:00:00.000Z

Explore the key differences between Debian 12 "Bookworm" and the new Debian 13 "Trixie," from updated packages to new security features. Our guide walks you through the upgrade process step-by-step.

]]>
xTom https://xtom.com
<![CDATA[What Is CloudLinux and How Do You Install It?]]> https://xtom.com/blog/what-is-cloudlinux/ 2025-09-06T00:00:00.000Z

Learn what CloudLinux OS is and why it's a popular choice for shared hosting environments. We'll cover its key features like LVE and CageFS and walk you through the installation process.

]]>
xTom https://xtom.com
<![CDATA[What Is HestiaCP and How Do You Install It on Debian and Ubuntu?]]> https://xtom.com/blog/hestiacp-installation-guide-debian-ubuntu/ 2025-09-05T00:00:00.000Z

Learn what Hestia Control Panel is and why it's a popular open-source choice for managing web servers. This guide provides step-by-step instructions for installing HestiaCP on Debian and Ubuntu.

]]>
xTom https://xtom.com
<![CDATA[How to Check Your CPU Information in Linux]]> https://xtom.com/blog/how-to-check-cpu-information-in-linux/ 2025-09-03T00:00:00.000Z

Learn the essential command-line tools for checking your CPU details in Linux. We'll cover everything from simple commands like `lscpu` to more detailed files like `/proc/cpuinfo`.

]]>
xTom https://xtom.com
<![CDATA[How to List Installed Packages in Linux]]> https://xtom.com/blog/how-to-list-installed-packages-linux/ 2025-09-02T00:00:00.000Z

Managing software is a fundamental aspect of using Linux. This guide walks you through various command-line tools to list all the packages currently installed on your system.

]]>
xTom https://xtom.com
<![CDATA[DokuWiki - What It Is and How to Install It]]> https://xtom.com/blog/what-is-dokuwiki-and-how-to-install-it/ 2025-09-01T00:00:00.000Z

DokuWiki is a lightweight, self‑hosted wiki that stores pages in plain text files, so you don’t need a database. This guide explains what it does well and walks you through a clean install on Ubuntu or Debian with Nginx or Apache.

]]>
xTom https://xtom.com
<![CDATA[What Is htop and How Does It Work?]]> https://xtom.com/blog/what-is-htop/ 2025-08-07T00:00:00.000Z

htop is an interactive tool that helps you monitor your Linux server’s performance in real-time. Here's how to use it.

]]>
xTom https://xtom.com
<![CDATA[How Is htop Different from top?]]> https://xtom.com/blog/top-vs-htop-linux-process-monitoring/ 2025-08-06T00:00:00.000Z

top and htop are two of the most common ways to monitor Linux system resources, but what's really the difference?

]]>
xTom https://xtom.com
<![CDATA[What Is NetHogs and How Do You Monitor Network Traffic with It?]]> https://xtom.com/blog/what-is-nethogs-and-how-to-monitor-network-traffic/ 2025-08-05T00:00:00.000Z

NetHogs is a Linux command-line tool that shows network bandwidth usage per process in real-time. Learn how to install and use this powerful monitoring utility to track which applications consume your server's network resources.

]]>
xTom https://xtom.com
<![CDATA[What Are Symlinks in Linux and How Do You Create and Remove Them?]]> https://xtom.com/blog/what-are-symlinks-linux/ 2025-08-04T00:00:00.000Z

Symbolic links (symlinks) are file system shortcuts in Linux that point to other files or directories. In this article, you'll learn how to create, manage, and remove symlinks.

]]>
xTom https://xtom.com
<![CDATA[AlmaLinux vs. Rocky Linux - What’s the Difference?]]> https://xtom.com/blog/almalinux-vs-rocky-linux/ 2025-08-03T00:00:00.000Z

Following the end of CentOS, two RHEL-based distributions emerged to fill the void - AlmaLinux and Rocky Linux. This article compares their differences to help you decide which is the right choice for you.

]]>
xTom https://xtom.com
<![CDATA[What Is Caddy Web Server? A Look at Its Features and How to Set It Up]]> https://xtom.com/blog/what-is-caddy-web-server/ 2025-08-02T00:00:00.000Z

Caddy is a modern, open-source web server known for its automatic HTTPS and simple configuration. Learn about its pros, cons, and how to set it up on your Linux server.

]]>
xTom https://xtom.com
<![CDATA[How to Generate a Free Let’s Encrypt TLS Certificate Using Certbot on Linux]]> https://xtom.com/blog/how-to-generate-free-lets-encrypt-tls-certificate-certbot-linux/ 2025-08-01T00:00:00.000Z

This step-by-step guide walks you through the simple process of generating and installing a free Let's Encrypt SSL certificate on your Linux server using the Certbot tool.

]]>
xTom https://xtom.com
<![CDATA[What Is SSL, TLS, and HTTPS?]]> https://xtom.com/blog/what-is-ssl-tls-https/ 2025-07-31T00:00:00.000Z

This guide explains SSL, TLS, and HTTPS, the key protocols that work together to protect your personal data from being seen/stolen by others.

]]>
xTom https://xtom.com
<![CDATA[What Is GNU and How Does It Relate to Open-Source Software and Linux?]]> https://xtom.com/blog/what-is-gnu-open-source-software-and-linux/ 2025-07-24T00:00:00.000Z

Understanding GNU helps explain not just how Linux came to be, but why the entire open-source movement exists as we know it today. Learn about the project that provided the tools, philosophy, and legal framework that made modern open-source possible.

]]>
xTom https://xtom.com
<![CDATA[What Is Ansible and How Does It Simplify Server Management?]]> https://xtom.com/blog/what-is-ansible-and-how-does-it-simplify-server-management/ 2025-07-11T00:00:00.000Z

Manually configuring servers is slow and prone to errors. We explore what Ansible is and how this powerful automation tool can streamline your IT operations.

]]>
xTom https://xtom.com
<![CDATA[The 9 Best Project Management Tools in 2025 - Free, Paid, and Self-Hosted Options]]> https://xtom.com/blog/best-project-management-tools/ 2025-07-10T00:00:00.000Z

Compare the best project management software across free, paid, and self-hosted categories. From Monday.com's visual approach to Plane's modern open-source solution, and beyond, find the perfect tool for your team's needs and budget.

]]>
xTom https://xtom.com
<![CDATA[What is Plane.so? (And How to Self-Host It)]]> https://xtom.com/blog/what-is-plane-so-how-to-self-host-it/ 2025-07-09T00:00:00.000Z

Learn more about Plane.so, a comprehensive team management tool, and how to self-host it.

]]>
xTom https://xtom.com
<![CDATA[How to Set Up Paperless-ngx Using Docker Compose]]> https://xtom.com/blog/set-up-paperless-ngx-docker-compose/ 2025-07-08T00:00:00.000Z

Stop digging through paper stacks and build your own searchable digital archive. This guide makes it easy to set up Paperless-ngx with Docker Compose in under an hour.

]]>
xTom https://xtom.com
<![CDATA[What Is Linux Swap? (And How to Set It Up)]]> https://xtom.com/blog/what-is-linux-swap/ 2025-07-07T00:00:00.000Z

Linux swap acts as a safety net when your server runs low on RAM, but do modern systems really need it? In this article, we explore when swap is essential, when to skip it, and how to configure it properly for optimal server performance.

]]>
xTom https://xtom.com
<![CDATA[What Are Hidden Files in Linux and Why Should You Care?]]> https://xtom.com/blog/hidden-files-in-linux/ 2025-07-06T00:00:00.000Z

In this guide, we'll teach you what hidden files are in Linux and how to work with them.

]]>
xTom https://xtom.com
<![CDATA[The 4 Best Linux Terminal Text Editors in 2025]]> https://xtom.com/blog/best-linux-terminal-text-editors/ 2025-07-05T00:00:00.000Z

Learn more about the differences between Vim, Nano, Emacs, and Neovim to find your perfect match for any server task.

]]>
xTom https://xtom.com
<![CDATA[Debian vs. Ubuntu vs. Linux Mint - Which Linux Distribution Is Right for You?]]> https://xtom.com/blog/ubuntu-vs-debian-vs-linux-mint-comparison/ 2025-07-04T00:00:00.000Z

In this article, we break down the key differences between Ubuntu, Debian, and Linux Mint, as well as their best use cases.

]]>
xTom https://xtom.com
<![CDATA[How to Make Storage Persistent on Docker and Docker Compose with Container Volumes]]> https://xtom.com/blog/docker-persistent-storage-container-volumes/ 2025-07-03T00:00:00.000Z

This guide covers Docker volumes, bind mounts, and Docker Compose configurations for maintaining data across container restarts.

]]>
xTom https://xtom.com
<![CDATA[VPN vs. Proxy - What’s the Difference?]]> https://xtom.com/blog/vpn-vs-proxy-whats-the-difference/ 2025-07-02T00:00:00.000Z

Confused about whether to use a VPN or proxy and what the difference is? This guide will break down everything for you.

]]>
xTom https://xtom.com
<![CDATA[The 5 Best Linux Distributions for Servers in 2025]]> https://xtom.com/blog/best-linux-distributions-for-servers/ 2025-07-01T00:00:00.000Z

In this article, we break down the five best server distributions in 2025, comparing Ubuntu Server, RHEL, Rocky Linux, Debian, and SLES to help you make the right choice.

]]>
xTom https://xtom.com
<![CDATA[What Is Mautic? (And How to Self-Host It)]]> https://xtom.com/blog/what-is-mautic/ 2025-04-14T00:00:00.000Z

Mautic is an open-source marketing automation platform that simplifies email campaigns, lead generation, and automated marketing. This guide covers how to self-host it on shared hosting or a VPS.

]]>
xTom https://xtom.com
<![CDATA[What Is Mailcow? (And How to Host Your Own Email Server with It)]]> https://xtom.com/blog/what-is-mailcow/ 2025-04-10T00:00:00.000Z

Mailcow is an open-source email server suite built on Docker that simplifies email hosting for individuals and businesses. In this article, you’ll learn what makes Mailcow unique and how to self-host it.

]]>
xTom https://xtom.com
<![CDATA[What Is Sendy? (And How to Self-Host It)]]> https://xtom.com/blog/what-is-sendy/ 2025-04-05T00:00:00.000Z

Sendy is a self-hosted email newsletter application that works with Amazon SES for affordable email marketing. In this guide, you'll learn how to run it on shared hosting or a VPS.

]]>
xTom https://xtom.com
<![CDATA[What Is Tor and How Does It Work?]]> https://xtom.com/blog/what-is-tor-and-how-does-it-work/ 2025-04-01T00:00:00.000Z

Tor, short for “The Onion Router,” is a browser and network that anonymizes your online activity by sending it through multiple layers of encryption. In this article, we'll explain everything about it.

]]>
xTom https://xtom.com
<![CDATA[Setting Up Tor Relay Nodes - A Complete Guide]]> https://xtom.com/blog/setting-up-tor-relay-nodes/ 2025-03-13T00:00:00.000Z

In this guide, you’ll learn step by step how to set up, configure, and maintain a Tor relay, helping to build a freer, more privacy-friendly internet for everyone.

]]>
xTom https://xtom.com
<![CDATA[What Are Denial of Service Attacks?]]> https://xtom.com/blog/what-are-denial-of-service-attacks/ 2025-03-10T00:00:00.000Z

Denial of Service attacks can cripple even the most powerful servers by overwhelming resources with malicious traffic. Understanding these threats is the first step to protecting your business.

]]>
xTom https://xtom.com
<![CDATA[The 18 Best Linux Benchmarking Scripts]]> https://xtom.com/blog/best-linux-benchmarking-scripts/ 2025-03-05T00:00:00.000Z

Discover the 18 best Linux benchmarking scripts to evaluate your server's real-world performance (CPU, memory, storage, network, and more).

]]>
xTom https://xtom.com
<![CDATA[How to Set Up BTCPay for Self-Hosted Crypto Payment Processing]]> https://xtom.com/blog/how-to-setup-btcpay-crypto-payment-processing/ 2025-03-01T00:00:00.000Z

Learn how to take control over your own crypto payment processing with BTCPay.

]]>
xTom https://xtom.com
<![CDATA[What Is GitLab? (And How to Self-Host It)]]> https://xtom.com/blog/what-is-gitlab-and-how-to-self-host-it/ 2025-02-07T00:00:00.000Z

Curious about GitLab and how it can simplify your development workflow? This article covers what GitLab is and how you can self-host it on your own server.

]]>
xTom https://xtom.com
<![CDATA[SQL vs. NoSQL - Understanding Relational vs. Non-Relational Databases (and Their Respective Pros and Cons)]]> https://xtom.com/blog/sql-vs-nosql-relational-vs-nonrelational-databases/ 2025-02-05T00:00:00.000Z

Should you store data in a table-based model or opt for a flexible, non-relational approach? This article clarifies the differences between SQL (relational) and NoSQL (non-relational) databases so you can pick the best option for your project.

]]>
xTom https://xtom.com
<![CDATA[How to Archive, Compress, and Extract Files on Linux with Gzip, Zip, and Tar]]> https://xtom.com/blog/how-to-archive-compress-and-extract-files-on-linux-gzip-zip-tar/ 2025-02-02T00:00:00.000Z

Learn how to archive, compress and extract files in Linux using gzip, zip, and tar. Save space, speed up file transfers, and keep your data organized.

]]>
xTom https://xtom.com
<![CDATA[How to Monitor Websites with Changedetection.io and Notify Yourself of Any Changes]]> https://xtom.com/blog/changedetection-io-website-change-monitoring/ 2025-02-01T00:00:00.000Z

Monitor website changes and receive a notification automatically, whether you’re waiting for a restock, tracking a price drop, or beyond.

]]>
xTom https://xtom.com
<![CDATA[What Is OpenVPN? (And How To Setup A VPN With It)]]> https://xtom.com/blog/what-is-openvpn-and-how-to-setup-vpn/ 2024-12-20T00:00:00.000Z

Learn more about what OpenVPN is, how it works, and how you can set up a VPN with it.

]]>
xTom https://xtom.com
<![CDATA[Comparing VPN Protocols - OpenVPN, WireGuard, SSTP, L2TP/IPsec, and PPTP — Which One Fits Your Needs?]]> https://xtom.com/blog/comparing-vpn-protocols-openvpn-wireguard-sstp-ipsec-pptp/ 2024-12-15T00:00:00.000Z

Take a detailed look at popular VPN protocols like OpenVPN, WireGuard, SSTP, L2TP/IPsec, and PPTP to understand their differences and discover which one suits your needs best.

]]>
xTom https://xtom.com
<![CDATA[What Is IPSec, and How Does It Secure Your Network Traffic?]]> https://xtom.com/blog/what-is-ipsec/ 2024-12-10T00:00:00.000Z

In this article, we’ll explain how IPSec works, how it relates to IPv4 and IPv6, and why it’s often used as a VPN protocol.

]]>
xTom https://xtom.com
<![CDATA[IPv4 vs. IPv6 - What's the Difference, and Is Either Better?]]> https://xtom.com/blog/ipv4-vs-ipv6-whats-the-difference/ 2024-12-01T00:00:00.000Z

Learn all about IP addresses and the advantages and limitations of both IPv4 and IPv6.

]]>
xTom https://xtom.com
<![CDATA[What is Docker and Docker Compose? A Beginner's Guide to Containerization]]> https://xtom.com/blog/what-is-docker-and-docker-compose/ 2024-11-25T00:00:00.000Z

Learn how Docker and Docker Compose make development and self-hosting easier than ever.

]]>
xTom https://xtom.com
<![CDATA[How to Self-Host Documentation and Wikis with Wiki.js]]> https://xtom.com/blog/how-to-self-host-documentation-wikis-with-wiki-js-linux/ 2024-11-23T00:00:00.000Z

Learn how to self-host Wiki.js, a modern open-source documentation/wiki solution, on Linux using Docker Compose. We'll guide you through the process step by step.

]]>
xTom https://xtom.com
<![CDATA[How to Protect Your Linux Server from Brute Force Attacks with Fail2Ban]]> https://xtom.com/blog/protect-linux-server-brute-force-attacks-fail2ban/ 2024-11-22T00:00:00.000Z

Learn how to protect your Linux server from brute force attacks using Fail2Ban. This guide covers installation and configuration steps for both Debian-derived and RHEL-derived systems.

]]>
xTom https://xtom.com
<![CDATA[How to Easily Set Up a Firewall on Debian with Uncomplicated Firewall (UFW)]]> https://xtom.com/blog/how-to-setup-ufw-firewall-debian/ 2024-11-21T00:00:00.000Z

Learn how to secure your Debian servers using UFW (Uncomplicated Firewall). Perfect for both beginners and experienced administrators looking to simplify their firewall management.

]]>
xTom https://xtom.com
<![CDATA[The 7 Best Linux Firewalls as of 2025]]> https://xtom.com/blog/the-7-best-linux-firewalls/ 2024-11-20T00:00:00.000Z

Here are the best Linux firewalls right now (from beginner-friendly to extremely sophisticated).

]]>
xTom https://xtom.com
<![CDATA[cPanel vs. DirectAdmin in 2025 - What’s the Better Web Hosting Control Panel?]]> https://xtom.com/blog/cpanel-vs-directadmin-whats-the-best-web-hosting-control-panel/ 2024-11-19T00:00:00.000Z

cPanel seems to be an increasingly controversial choice of web hosting control panel, but is DirectAdmin truly ready to compete? Let's compare the two and find out.

]]>
xTom https://xtom.com
<![CDATA[What Are the Best Self-Hosted Password Managers in 2025?]]> https://xtom.com/blog/what-are-the-best-self-hosted-password-managers/ 2024-11-18T00:00:00.000Z

Comparing the 7 best self-hosted password managers available in 2024.

]]>
xTom https://xtom.com
<![CDATA[How To Easily Launch a New WooCommerce Store in 2025 (Beginner Friendly)]]> https://xtom.com/blog/how-to-easily-launch-a-new-woocommerce-store/ 2024-11-17T00:00:00.000Z

WooCommerce is an incredible eCommerce platform, and it can be much easier than you think to launch a new store (you don't have to be a Linux guru). Let us show you how.

]]>
xTom https://xtom.com
<![CDATA[7 Quick and Easy Ways to Secure SSH on a Linux Server]]> https://xtom.com/blog/secure-ssh-linux-server-guide/ 2024-11-09T00:00:00.000Z

Learn how to secure your Linux server's SSH access with seven essential security measures, including key-based authentication, two-factor authentication, firewall configuration, and more.

]]>
xTom https://xtom.com
<![CDATA[How to Install Linux, Apache, MariaDB, and PHP (LAMP Stack) on Debian and Ubuntu]]> https://xtom.com/blog/how-to-install-linux-apache-mariadb-php-lamp-stack-on-debian-and-ubuntu/ 2024-11-08T00:00:00.000Z

Learn step-by-step how to install and configure the LAMP stack on Debian and Ubuntu systems.

]]>
xTom https://xtom.com
<![CDATA[How to Find IP Addresses (and Hide Your Own)]]> https://xtom.com/blog/how-to-find-ip-addresses-and-hide-your-own/ 2024-11-07T00:00:00.000Z

Learn how to find someone's IP address on Windows, Mac, and Linux, and discover various methods to protect your own IP address.

]]>
xTom https://xtom.com
<![CDATA[How to Set Up NGINX as a Reverse Proxy for Apache on Debian and Ubuntu]]> https://xtom.com/blog/how-to-setup-nginx-apache-reverse-proxy-debian-ubuntu/ 2024-10-22T00:00:00.000Z

Learn how to setup NGINX as a reverse proxy for Apache on Debian and Ubuntu to improve performance.

]]>
xTom https://xtom.com
<![CDATA[How to Set Up NGINX as a Reverse Proxy for Apache on AlmaLinux and Rocky Linux]]> https://xtom.com/blog/how-to-setup-nginx-apache-reverse-proxy-almalinux-rocky-linux/ 2024-10-21T00:00:00.000Z

Configure NGINX as a reverse proxy for Apache on AlmaLinux and Rocky Linux to improve performance.

]]>
xTom https://xtom.com
<![CDATA[NGINX vs. Apache (vs. Both Combined) - What’s the Best Web Server?]]> https://xtom.com/blog/nginx-vs-apache-best-web-server/ 2024-10-20T00:00:00.000Z

Explore the key differences between NGINX and Apache, and find out when combining both web servers can offer the best of both worlds for performance and flexibility.

]]>
xTom https://xtom.com
<![CDATA[How to Set Up Coolify - A Self-Hosted PaaS/Heroku Alternative for Deploying Apps with Ease]]> https://xtom.com/blog/how-to-setup-coolify-free-paas-heroku-alternative/ 2024-10-19T00:00:00.000Z

Learn how to set up Coolify, an open-source PaaS that simplifies self-hosting for your applications, databases, and services.

]]>
xTom https://xtom.com
<![CDATA[Introducing DNS.SB - xTom’s Free Privacy-Focused DNS Resolver]]> https://xtom.com/blog/dns-sb-free-privacy-focused-dns-resolver/ 2024-10-07T00:00:00.000Z

With DNS.SB, only you and the websites you access know your browsing history. Best of all it's free.

]]>
xTom https://xtom.com
<![CDATA[The 6 Best Self-Hosted Email Marketing Tools]]> https://xtom.com/blog/the-6-best-self-hosted-email-marketing-tools/ 2024-07-19T00:00:00.000Z

Ditch expensive hosted email marketing tools and check out these self-hosted options instead.

]]>
xTom https://xtom.com
<![CDATA[Comparing the 6 Best Self-Hosted Invoicing Apps]]> https://xtom.com/blog/comparing-the-6-best-self-hosted-invoicing-apps/ 2024-07-11T00:00:00.000Z

Discover which self-hosted invoicing software is the right solution for your needs.

]]>
xTom https://xtom.com
<![CDATA[FRP vs. Rathole vs. ngrok - What’s the Best Reverse Tunneling Solution?]]> https://xtom.com/blog/frp-rathole-ngrok-comparison-best-reverse-tunneling-solution/ 2024-06-18T00:00:00.000Z

When it comes to reverse tunneling solutions, you have 3 main options - FRP, Rathole, and ngrok. In this article, we'll be explaining and comparing them in depth.

]]>
xTom https://xtom.com
<![CDATA[How to Automatically Update Docker Containers with Watchtower]]> https://xtom.com/blog/how-to-automatically-update-docker-containers-with-watchtower/ 2024-06-03T00:00:00.000Z

Learn how to set up Watchtower to automatically update your Docker containers.

]]>
xTom https://xtom.com
<![CDATA[How to Install Docker and Docker Compose on Debian 12 'Bookworm']]> https://xtom.com/blog/how-to-install-docker-and-docker-compose-on-debian-12-bookworm/ 2024-05-30T00:00:00.000Z

Learn how to install Docker and Docker Compose on Debian 12 "Bookworm" with our step-by-step guide.

]]>
xTom https://xtom.com
<![CDATA[Is Immich the Best Self-Hosted Google Photos Alternative?]]> https://xtom.com/blog/is-immich-the-best-self-hosted-google-photos-alternative/ 2024-05-22T00:00:00.000Z

Immich is a great self-hosted photo and video management app that rivals cloud-based solutions like Google Photos. Here's how it compares, why you should consider it, and how to set it up.

]]>
xTom https://xtom.com
<![CDATA[The 15 Best Self-Hosted Photo Management Apps (Ditch Google and iCloud Photos)]]> https://xtom.com/blog/self-hosted-photo-management-apps-ditch-google-icloud-photos/ 2024-05-21T00:00:00.000Z

Comparing the 15 best self-hosted photo management apps so that you can find the right one for you!

]]>
xTom https://xtom.com
<![CDATA[How to Self-Host Your Own Website Analytics with Umami]]> https://xtom.com/blog/self-host-website-analytics-umami/ 2024-05-20T00:00:00.000Z

Learn how to self-host Umami, a privacy-focused alternative to Google Analytics using Docker Compose.

]]>
xTom https://xtom.com
<![CDATA[The History and Differences Between Unix, Linux, and BSD]]> https://xtom.com/blog/the-history-and-differences-between-unix-linux-bsd/ 2024-04-30T00:00:00.000Z

Find out more about the history and differences between Unix, Linux, and BSD.

]]>
xTom https://xtom.com
<![CDATA[Comparing the Top 6 Self-Hosted Note-Taking Apps (Flatnotes, Memos, Benotes, and More!)]]> https://xtom.com/blog/comparing-top-self-hosted-note-taking-apps/ 2024-04-14T00:00:00.000Z

Everyone knows taking notes is important. Here's the best way to do it in 2024.

]]>
xTom https://xtom.com
<![CDATA[KVM vs. OpenVZ vs. LXC - Which Virtualization Technology Wins in 2024?]]> https://xtom.com/blog/virtualization-technology-comparison-kvm-openvz-lxc/ 2024-04-13T00:00:00.000Z

Comparing KVM, OpenVZ, and LXC, it's clear that each technology caters to different needs. Let's discuss how.

]]>
xTom https://xtom.com
<![CDATA[How To Setup a PostgreSQL Database on Debian 12 Bookworm]]> https://xtom.com/blog/how-to-setup-a-postgresql-database-on-debian-12-bookworm/ 2024-04-03T00:00:00.000Z

Learn more about PostgreSQL including how to set up a database on Debian 12 and display some information with a simple Python web application.

]]>
xTom https://xtom.com
<![CDATA[The Ultimate Self-Hosted Wiki Comparison - DokuWiki, Wiki.js, and BookStack]]> https://xtom.com/blog/self-hosted-wiki/ 2024-03-25T00:00:00.000Z

A self-hosted wiki makes storing and sharing knowledge much easier. But which one is right for you?

]]>
xTom https://xtom.com
<![CDATA[Choosing Between MySQL and MariaDB - A Comprehensive Guide Including Setup Instructions]]> https://xtom.com/blog/choosing-between-mysql-and-mariadb/ 2024-03-21T00:00:00.000Z

Learn the differences between MySQL and MariaDB and how to set up a database with either.

]]>
xTom https://xtom.com
<![CDATA[How To Easily Setup a Minecraft Server With Pterodactyl Panel]]> https://xtom.com/blog/how-to-easily-setup-a-minecraft-server-with-pterodactyl-panel/ 2024-03-04T00:00:00.000Z

Pterodactyl Panel makes the setup and administration of Minecraft servers a breeze. Here's a step-by-step guide for getting it installed and ready to go.

]]>
xTom https://xtom.com
<![CDATA[How To Setup Apache Guacamole for Clientless Remote Desktop Access That Works via Web Browser]]> https://xtom.com/blog/how-to-setup-apache-guacamole-for-clientless-remote-desktop-access-via-web-browser/ 2024-03-01T00:00:00.000Z

Learn how you can use Apache Guacamole for clientless remote desktop access that conveniently works anywhere, anytime.

]]>
xTom https://xtom.com
<![CDATA[Rocket.Chat vs. Mattermost - What’s the Best Self-Hosted Slack Alternative?]]> https://xtom.com/blog/rocketchat-vs-mattermost/ 2024-02-20T00:00:00.000Z

If you're ready to break free from Slack's subscription shackles and self-host your team's chat instead, you'll love this blog post.

]]>
xTom https://xtom.com
<![CDATA[How to Setup Uptime Kuma, the Ultimate Self-Hosted Uptime Monitor]]> https://xtom.com/blog/how-to-setup-uptime-kuma/ 2024-02-19T00:00:00.000Z

If you're looking to monitor the uptime of a website or application, Uptime Kuma is one of the best options available. Here's why, and how to set it up.

]]>
xTom https://xtom.com
<![CDATA[Choosing the Best Web Server in 2024 - Comparing Apache, NGINX, LiteSpeed, OpenLiteSpeed, and Caddy]]> https://xtom.com/blog/comparing-apache-nginx-litespeed-openlitespeed-and-caddy/ 2024-02-05T00:00:00.000Z

Selecting the right web server for your website is crucial, but with tons of options out there like Apache, NGINX, LiteSpeed, OpenLiteSpeed, and Caddy, the choice can be rather difficult. Let us help you with that.

]]>
xTom https://xtom.com
<![CDATA[Pi-hole and WireGuard - How to Host Your Own DNS-based Ad Blocker (Works at Home and Remotely)]]> https://xtom.com/blog/pi-hole-and-wireguard-how-to-host-your-own-dns-based-ad-blocker/ 2024-01-31T00:00:00.000Z

Learn how to create an ad-free internet experience on all your devices with our guide on setting up Pi-hole and WireGuard. Say goodbye to ads and hello to privacy and speed!

]]>
xTom https://xtom.com
<![CDATA[Simplifying VPN Setup - An Introduction to WireGuard Easy for Self-Hosted VPNs]]> https://xtom.com/blog/introduction-to-wireguard-easy-for-self-hosted-vpns/ 2024-01-30T00:00:00.000Z

It doesn't have to be a pain to self-host your own VPN. With WireGuard Easy, you'll have an incredibly simple way to securely set up and configure your very own WireGuard VPN. Here's how.

]]>
xTom https://xtom.com
<![CDATA[The 10 Best Linux Desktop Environments (2024 Update)]]> https://xtom.com/blog/the-10-best-linux-desktop-environments/ 2024-01-29T00:00:00.000Z

The best part about Linux is that you can customize everything... but, that also comes with a lot of difficult choices, such as which desktop environment to use. Let us help you with that decision.

]]>
xTom https://xtom.com
<![CDATA[How To Install NoMachine on Linux for the Perfect Remote Desktop Experience (Even Better Than Windows RDP)]]> https://xtom.com/blog/how-to-install-nomachine-on-linux-for-the-perfect-remote-desktop-experience/ 2024-01-03T00:00:00.000Z

It's extremely nice to have a remote desktop for work, but not everyone wants to rely on the most common solution - Windows. It's an expensive resource hog. Here's a better alternative...

]]>
xTom https://xtom.com
<![CDATA[Plausible vs. Matomo - What's The Best Self-Hosted Google Analytics Alternative?]]> https://xtom.com/blog/plausible-vs-matomo-whats-the-best-self-hosted-google-analytics-alternative/ 2024-01-01T00:00:00.000Z

Knowing your website's numbers and where your traffic is coming from is crucial, but not everyone wants to share it with Google. Here's how to have the best of both worlds.

]]>
xTom https://xtom.com
<![CDATA[How To Route Your Docker Containers Through a VPN (Gluetun Guide)]]> https://xtom.com/blog/how-to-route-your-docker-containers-through-a-vpn-gluetun-guide/ 2023-12-18T00:00:00.000Z

Docker is an incredibly convenient tool for self-hosting your favorite applications. But what if you just want one of your containers routed through a VPN and not all? Here's the easiest way to do just that.

]]>
xTom https://xtom.com
<![CDATA[YunoHost - The Easiest Way To Self-Host Your Favorite Apps (Set It Up Within 15-Minutes)]]> https://xtom.com/blog/yunohost-the-easiest-way-to-self-host-your-favorite-apps/ 2023-12-12T00:00:00.000Z

Managing all of your applications individually can be a bit of a pain. That said, YunoHost can help simplify your self-hosting experience. Let me explain more...

]]>
xTom https://xtom.com
<![CDATA[WordPress vs. Ghost - What’s the Right CMS for You in 2024?]]> https://xtom.com/blog/wordpress-vs-ghost/ 2023-11-24T00:00:00.000Z

WordPress has been on top of the CMS game for years now, but with viable competitors like Ghost starting to gain traction... is it time to make the switch yet? Or is WordPress still king?

]]>
xTom https://xtom.com
<![CDATA[How To Install Ghost on Ubuntu 22.04 - A Step-by-Step Guide to Setting Up Your New Blog]]> https://xtom.com/blog/how-to-install-ghost-on-ubuntu-2204/ 2023-11-19T00:00:00.000Z

While WordPress has reigned king for quite a while in terms of content management systems, Ghost is catching on quickly for good reason. Here's why, and how to install it.

]]>
xTom https://xtom.com
<![CDATA[WooCommerce vs. Shopify - Choosing the Right E-commerce Platform for Your Business]]> https://xtom.com/blog/woocommerce-vs-shopify-choosing-the-right-e-commerce-platform-for-your-business/ 2023-11-11T00:00:00.000Z

There is never been a better time to start an e-commerce brand. The industry is booming, and you'll consistently see two platforms mentioned - WooCommerce, and Shopify. But what's the right platform for your brand? Let's find out.

]]>
xTom https://xtom.com
<![CDATA[Top 5 Free Web Hosting Control Panels]]> https://xtom.com/blog/top-5-free-web-hosting-control-panels/ 2023-10-30T00:00:00.000Z

Free does not have to be a bad thing. In fact, every single one of these top 5 free control panels could compete with paid options like cPanel or DirectAdmin. Let me expand on that thought...

]]>
xTom https://xtom.com
<![CDATA[How to Install cPanel on AlmaLinux 9 - A Step-by-Step Guide]]> https://xtom.com/blog/how-to-install-cpanel-on-almalinux/ 2023-10-17T00:00:00.000Z

Guide to effortlessly install cPanel on AlmaLinux, enhancing your web hosting with stability and efficiency.

]]>
xTom https://xtom.com
<![CDATA[How To Install WP-CLI on Debian 12 and Setup a New WordPress Website via SSH]]> https://xtom.com/blog/how-to-install-wp-cli-on-debian-12-and-setup-a-new-wordpress-website-via-ssh/ 2023-10-07T00:00:00.000Z

WP-CLI further streamlines WordPress management on Debian, simplifying tasks through command line instructions.

]]>
xTom https://xtom.com
<![CDATA[xTom's Data Centers - Choosing the Right Location for Your Website, Application, or Business]]> https://xtom.com/blog/xtom-data-centers/ 2023-10-01T00:00:00.000Z

xTom offers global solutions with high-performance data centers, ensuring reliability, speed, and compliance for various operational needs.

]]>
xTom https://xtom.com
<![CDATA[Here Are the Fastest Mirrors To Download Debian, Ubuntu, and More of Your Favorite Open Source Projects]]> https://xtom.com/blog/fastest-mirrors-to-download-debian-ubuntu-and-more-of-your-favorite-open-source-projects/ 2023-09-25T00:00:00.000Z

As xTom has grown throughout the years as an Infrastructure as a Service provider, it's been important for us to invest some of our resources back into supporting a free and open source internet.

]]>
xTom https://xtom.com
<![CDATA[xTom Expands to Global Switch in Singapore]]> https://xtom.com/news/xtom-expands-to-global-switch-in-singapore/ 2024-06-16T00:00:00.000Z

We enhance our network services with a new presence at the Global Switch Singapore Tai Seng Data Centre.

]]>
xTom https://xtom.com
<![CDATA[xTom Expands to Equinix TY8 in Tokyo]]> https://xtom.com/news/xtom-expands-to-equinix-ty8-in-tokyo/ 2023-06-10T14:00:00.000Z

We expand in Tokyo at Equinix TY8, enhancing network services.

]]>
xTom https://xtom.com
<![CDATA[xTom Transitions to Equinix SY5 in Sydney]]> https://xtom.com/news/xtom-transitions-to-equinix-sy5-in-sydney/ 2022-05-12T06:00:00.000Z

We successfully migrate from Equinix SY3 to SY5 in Sydney, connecting to major global network service providers.

]]>
xTom https://xtom.com