Mastodon Federation Dead Server Detection: How to Configure

Mastodon servers communicate with each other through federation, sharing posts and profile updates across instances. When a remote server goes offline permanently or becomes unreachable, it can cause delays, failed deliveries, and wasted system resources on your instance. Mastodon includes a built-in mechanism called dead server detection that identifies and stops trying to reach these … Read more

How to Reduce Mastodon Federation Outbound Traffic Bill

Mastodon server operators often face unexpectedly high bandwidth costs due to outbound federation traffic. Every time a user on your instance views a remote post or follows an account on another server, your server downloads and then re-uploads that content to your local users. This duplication of data can cause your outbound traffic bill to … Read more

Mastodon Federation Relay Subscription: How Posts Reach Yours From Relays

When you join a small Mastodon instance, the federated timeline may feel empty or slow. Public posts from other servers do not automatically appear on your instance. This happens because your server must first discover and fetch content from remote instances. A federation relay solves this by acting as a central hub that distributes public … Read more

How to Audit Mastodon Federation Logs for Spam Inflow Patterns

Mastodon instance administrators often notice a sudden increase in spam or unwanted content appearing in the federated timeline. This traffic typically originates from specific remote servers that bypass local content filters. Mastodon records every incoming federation action in a structured log file, but most admins do not examine this data for spam patterns. This article … Read more

How to Tag a User in a Mastodon Post Across Instances

When you want to mention a user on Mastodon who is not on your home instance, the standard @username format will not work because Mastodon requires the full account address. Tagging someone across instances means you must include their instance domain in the mention. This article explains the correct syntax for cross-instance mentions, shows you … Read more

How to Use Markdown Formatting in Mastodon Posts

Mastodon supports basic text formatting to make your posts more readable and engaging. Unlike some other social platforms, Mastodon does not rely on a visual editor for rich formatting. Instead, it uses Markdown, a lightweight markup language that converts plain text into styled HTML. This article explains which Markdown elements work in Mastodon posts and … Read more