Patching Your Server


To protect yourself from security vulnerabilities, you must patch your server regularly. Developing a monthly or weekly habit of performing this simple task can save you a lot of grief and hassle later on.

The process to patch your server depends on what operating system your server uses:

Fedora or Cent OS

  1. Connect to your server via SSH
  2. Switch to the root user
  3. Run the following:
    yum clean all
    yum update

Ubuntu

  1. Connect to your server via SSH (more info).
  2. Switch to the root user (more info).
  3. Run the following:
    apt-get upgrade

Windows Server

  1. Connect to your server via RDC (more info).
  2. From the Start menu, select Control Panel.
  3. Click Windows Update.
  4. Click Check for Updates, and then complete the steps to update your server.


Article ID: 936
Created On: Wed, Sep 2, 2020 at 2:27 PM
Last Updated On: Wed, Sep 9, 2020 at 8:15 PM

Online URL: https://www.heartinternet.uk/support/article/patching-your-server.html