Skip to main content

Provision a DigitalOcean Droplet

Follow these steps to create a DigitalOcean Droplet and configure it for GuardLlama.

Create a DigitalOcean Droplet

  1. Log in to the DigitalOcean console.
  2. Click "Create" and select "Droplets".
  3. Choose an image for your Droplet, such as Fedora 36 x64.
  4. Select the CPU options: Basic -> 2 GB / 2 Intel CPUs (minimum) or 4 GB / 2 Intel CPUs (recommended for better performance).
  5. Choose a region for your Droplet, such as Toronto or any other preferred location.
  6. Add your SSH key by selecting "SSH Keys" under the "Authentication" section. If you don't have an SSH key yet, follow DigitalOcean's guide on creating an SSH key.

digital_ocean

Connect to Your Droplet

  1. Open your terminal or console.
  2. SSH into your Droplet using the following command (replace VPS_IP with your Droplet's IP address):
ssh root@VPS_IP

Install GuardLlama

Once you are inside your Droplet, proceed to the installation steps to set up GuardLlama.