Pleroma on Ubuntu 24.04 LTS

Azure Applications

Pleroma, a lightweight self hosted ActivityPub and Fediverse social server: a far lighter alternative to Mastodon that federates with the wider fediverse, ready to run your own instance on first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Pleroma is an open source, self hosted social networking server for the Fediverse. It speaks the ActivityPub protocol, so your instance federates with Mastodon, Misskey and the wider fediverse: people on your server follow, reply to and share posts with accounts anywhere else in the network. It is written in Elixir on PostgreSQL and is deliberately lightweight, so a single small instance comfortably runs a personal server or a community.

It serves a familiar microblogging timeline through its built in web interface and is compatible with the Mastodon client API, so most existing mobile and desktop apps work against it directly. Individuals, communities and organisations use it to run a social presence they own and control, on their own infrastructure, rather than posting on a platform someone else operates.

Why the cloudimg image

cloudimg delivers Pleroma fully installed from the official Erlang OTP release on an on box PostgreSQL database, behind an nginx reverse proxy that terminates TLS, with the server bound to loopback so it is only ever reachable through the proxy. It is secure by default with no shared secret in the image: Pleroma ships no default administrator, and every instance mints its own Phoenix session secrets, signing salts, web push keys, database password, administrator account and per instance TLS certificate on first boot before the server is reachable, writing the administrator credentials to a file only root can read, and an outer per instance credential gates anonymous access at the proxy. The operating system ships fully patched with unattended security updates enabled, and every image includes a step by step deploy guide tested against the exact build and 24/7 cloudimg support.

Common uses

  • A personal or community social server you own and control on your own infrastructure
  • A lightweight, low resource alternative to Mastodon that federates over ActivityPub
  • A fediverse presence compatible with existing Mastodon mobile and desktop apps

See it running

Real screenshots taken while testing this image against its deployment guide.

Pleroma on Ubuntu 24.04 LTS screenshot 1 Pleroma on Ubuntu 24.04 LTS screenshot 2 Pleroma on Ubuntu 24.04 LTS screenshot 3 Pleroma on Ubuntu 24.04 LTS screenshot 4