Skip to content
# debian-11

Debian 11 (Bullseye) VPS

A conservative, community-run distribution known for stable releases and a small default footprint. Ubuntu is built on top of it.

from $4.92/month · billed hourly · IPv4 included

Good for

When to choose Debian 11 (Bullseye)

  • Long-running services
  • Minimal servers
  • Self-hosted apps

First boot

A secure starting point

An example cloud-config for this distribution: updates, an admin user with your SSH key, and a firewall that only allows SSH. On bashrack, the SSH key, user and password are set in the order form; run the remaining steps after first login.

cloud-config.yaml
#cloud-config
package_update: true
package_upgrade: true
packages:
  - ufw
users:
  - name: deploy
    groups: [sudo]
    shell: /bin/bash
    sudo: "ALL=(ALL) NOPASSWD:ALL"
    ssh_authorized_keys:
      - ssh-ed25519 AAAA... you@example
runcmd:
  - ufw allow OpenSSH
  - ufw --force enable
after first login
sudo apt update && sudo apt upgrade -y
sudo apt install -y ufw
sudo ufw allow OpenSSH && sudo ufw --force enable

FAQ

Debian 11 (Bullseye) on bashrack

Run Debian 11 (Bullseye) today

Create an account, top up your wallet and pick this image in the order form.