Disk space is a valuable resource on any Linux server, and it's crucial to manage it efficiently to ensure optimal performance and prevent system slowdowns or crashes.
Creating multiple users on your server helps to both organise your server and improve security. Take a look at our guide on the right way to create server users, and how ServerAuth makes this easier!
With all the options, creating a server can be a daunting task. In this guide, we'll run you through creating a server with DigitalOcean and integrating with ServerAuth to make management a breeze.
Cron Jobs make repeated scheduled tasks on Linux a breeze. In this guide we'll explain what Cron Jobs are, how they work, and how you can get started scheduling your website or application's tasks.
Logging out of your server is not something you may automatically think of doing, especially if you're in the middle of doing something else. You may find yourself still logged in some time later.
Automatically block bad actors from accessing your server with Fail2Ban. A handy Linux tool to automatically scan for potential threats.
Setting up SSH Keys can make connecting to your servers so much easier. In this guide we'll show you how to use ssh-keygen to generate a new SSH key and add it to your server.
Adding Two-Factor (or Multi-Factor) authentication to your server is an easy way of practically eliminating most SSH intrusion attempts.
The aim for this short tutorial is to build on some of the previous basic server security tips and add some small, extra layers of security to your server.
Server security is never about one main thing to protect your server but many little tricks that all add up to help decrease the chances of your server being compromised.
Whilst changing your SSH port doesn't directly provide extra security on your server, it's still a good idea to help reduce automated break in attempts.