How to Move a Mastodon Instance Between Relays Without Downtime

Moving a Mastodon instance from one relay to another can disrupt federation if not handled correctly. Relays are servers that forward public posts between instances, and changing them improperly may cause missed updates or temporary unreachability. This article explains how to migrate relays smoothly while keeping your instance fully federated and available to users. You … Read more

Mastodon Relay Authentication Requirements: HTTP Signature Setup

When you set up a Mastodon relay to boost federation across instances, the relay server must authenticate itself to your instance before it can deliver public posts. Without proper authentication, the relay connection fails silently or produces a 401 Unauthorized error in the logs. This authentication relies on HTTP Signatures, a cryptographic handshake that proves … Read more

How to Build a Custom Mastodon Relay With Activity-Relay Project

Mastodon relays let instances share public posts from one server to many others without each server manually following every user. Without a relay, each instance admin must subscribe to remote users individually, which becomes impractical as the federation grows. The Activity-Relay project provides an open-source, self-hosted solution that acts as a central hub for forwarding … Read more

Mastodon Relay Topic Filtering: How to Subscribe Only to Tags

Mastodon relays forward public posts from one instance to many others. Without filtering, a relay sends everything including posts you do not want. This floods your federated timeline with irrelevant content. Mastodon relays support topic filtering through hashtag subscriptions. This article explains how relays work and how to subscribe only to specific tags so your … Read more

How to Use a Mastodon Relay to Bootstrap a New Single-User Instance

When you first set up a single-user Mastodon instance, the federated timeline is empty. Without existing followers or follows, the server receives almost no public posts from other instances. A Mastodon relay solves this by subscribing to a shared pool of public posts from participating servers. This article explains how to configure a relay on … Read more

How to Compare Mastodon Relay Throughput Across Providers

Mastodon relays distribute public posts from one server to many others. When you administer an instance, you need to know which relay provider delivers the most content without delays. Throughput — the volume of posts a relay can forward per minute — varies widely between providers. This article explains how to measure and compare relay … Read more