How to See Which Instances Federate With Your Mastodon Instance

You run a Mastodon instance and need to confirm which other servers your instance communicates with. Mastodon instances do not show a simple friends list by default. The federation dashboard gives you a directory of known remote instances, their connection status, and recent activity. This article explains how to access that dashboard and interpret the … Read more

Mastodon Federation With Threads: Current Connection Status

Mastodon users have long awaited direct interoperability with Threads, Meta’s Twitter-like platform built on the ActivityPub protocol. As of early 2025, the connection status between Mastodon instances and Threads remains partial and asymmetric. This article explains exactly what federates between the two networks, what does not work, and how to verify your current federation status. … Read more

How to Detect Federation Breakage Between Two Instances

Federation breakage occurs when two Mastodon instances can no longer exchange posts, notifications, or direct messages. You may notice that profiles from a remote instance appear blank, posts from a specific server stop appearing in your federated timeline, or direct messages from users on that instance never arrive. The root cause is often a blocked … Read more

Mastodon Authorized Fetch Mode: When to Enable It

Mastodon instances communicate with each other to exchange public posts and profile data. This open federation model can be abused by malicious servers that scrape content or bypass blocks. Authorized Fetch Mode, also known as Secure Mode, forces every server-to-server request to include a signed authentication header. Enabling this setting stops unauthorized servers from pulling … Read more

How to Federate With a Pleroma or Misskey Server From Mastodon

When you follow accounts on Pleroma or Misskey servers from your Mastodon account, posts sometimes fail to appear or replies get lost. This happens because Mastodon uses ActivityPub, but Pleroma and Misskey implement parts of the protocol differently. This article explains how to establish federation with these servers, how to search for users across instances, … Read more

Mastodon Limited Server vs Suspended Server: Difference Explained

When you administer a Mastodon instance, you may need to restrict another server that violates your instance rules or behaves abusively. Mastodon provides two distinct moderation actions: limiting a server and suspending a server. Many instance admins confuse these two tools or use the wrong one for a given situation. This article explains the exact … Read more

Mastodon Federation Behind a Cloudflare Proxy: Setup Notes

When you run a Mastodon instance behind a Cloudflare proxy, federation with other instances can break silently. Mastodon relies on the real IP address of remote servers to verify signatures and enforce rate limits. Cloudflare’s proxy hides the true origin IP and may alter HTTPS headers. This article explains how to configure Mastodon, Nginx, and … Read more

How to Stop Federating With a Specific Instance From Yours

You may want to stop federating with a specific Mastodon instance because it hosts content that violates your server’s rules, such as spam, harassment, or illegal material. Federation is the core feature that allows Mastodon instances to exchange posts and profiles across the fediverse. When you block a remote instance at the server level, your … Read more