# alpine-3.20
Alpine Linux 3.20 VPS
A very small distribution based on musl libc and BusyBox, popular as a lightweight base.
from $4.92/month · billed hourly · IPv4 included
Good for
When to choose Alpine Linux 3.20
- Minimal-footprint servers
- Single-purpose services
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:
- sudo
users:
- name: deploy
groups: [wheel]
shell: /bin/ash
sudo: "ALL=(ALL) NOPASSWD:ALL"
ssh_authorized_keys:
- ssh-ed25519 AAAA... you@example
after first login
apk update && apk upgrade apk add sudo
FAQ
Alpine Linux 3.20 on bashrack
Run Alpine Linux 3.20 today
Create an account, top up your wallet and pick this image in the order form.