In this guide, we will walk you through the process of creating an SSL certificate with certbot on your new web server. If you haven’t already, please perform your initial server setup to ensure you can proceed on with this guide. With certbot installed,
In this guide, you’ll learn how to open a port in firewalld, either by specifying a port number or enabling a premade service. Then you’ll be able to to verify which ports and services are currently active, ensuring your configuration is correct.
Setting up a web server on Debian 12 allows you to host dynamic PHP applications such as WordPress, Joomla, Drupal, and OpenCart as part of a LAMP stack. In this guide learn how to install Apache, MariaDB, PHP, and SSL using simple commands giving you a
Mounting remote file systems securely over SSH is a practical way to access files on another server as if they were stored locally. This guide explains how to install and use SSHFS to utilise SFTP (SSH File Transfer Protocol) to mount remote directories with
Disabling strict host key checking with SSH helps making connecting to multiple remote systems easier as you don’t have to verify host identities each time but it does come with security concerns as it bypasses SSH’s built in security mechanisms.
CloudPanel is free control panel software that can be installed on your virtual private server. It provides more flexibility and control over a standard VPS enabling easy creation of various different sites and apps including: There are some important
If you’re running a server with Ubuntu or Debian, ufw (Uncomplicated Firewall) provides a simple yet powerful way to manage firewall rules. Opening a specific port in ufw allows external traffic to reach your server for a particular service such as SSH,
Installing software beyond the official AlmaLinux repositories often requires third-party sources. Two of the most widely used repositories that provide additional tools, utilities, and multimedia support (such as codecs) for Enterprise Linux systems are:
Managing your server storage is a critical to ensuring that you get the most value out of your package. Inefficient usage of disk space can lead to increased storage costs and make managing your server difficult. This is as true for small personal servers as
Port forwarding is essential when you need to expose internal network services like web servers or SSH from behind a NAT or firewall to the public internet. Using iptables, a built-in Linux firewall tool, you can securely route incoming traffic to specific