Skip to content
# fedora-42

Fedora 42 VPS

The upstream of the RHEL family, shipping recent kernels and packages on a short release cycle.

from $4.92/month · billed hourly · IPv4 included

Good for

When to choose Fedora 42

  • Testing new kernel and toolchain versions
  • Development servers

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:
  - firewalld
users:
  - name: deploy
    groups: [wheel]
    shell: /bin/bash
    sudo: "ALL=(ALL) NOPASSWD:ALL"
    ssh_authorized_keys:
      - ssh-ed25519 AAAA... you@example
runcmd:
  - systemctl enable --now firewalld
  - firewall-cmd --permanent --add-service=ssh
  - firewall-cmd --reload
after first login
sudo dnf upgrade -y
sudo dnf install -y firewalld
sudo systemctl enable --now firewalld
sudo firewall-cmd --permanent --add-service=ssh && sudo firewall-cmd --reload

FAQ

Fedora 42 on bashrack

Run Fedora 42 today

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