How to Block Spam Sign Ups on a Public Mastodon Instance

Spam sign-ups are a persistent problem for public Mastodon instances. Automated bots and malicious actors create fake accounts to spread unwanted content, send direct message spam, and disrupt local timelines. This issue drains moderator time and can drive away legitimate users. This article explains how to configure Mastodon’s built-in anti-spam tools, set email domain blocks, … Read more

How Mastodon Federation Works: ActivityPub Explained Simply

Mastodon is part of a decentralized social network called the Fediverse, where different servers communicate by speaking the same language: ActivityPub. You may have noticed that you can follow users on other Mastodon instances or even on platforms like PeerTube and Pixelfed without leaving your home server. This article explains the technical concept of federation … Read more

Mastodon Federated Timeline Not Updating: Diagnostic Steps

When your Mastodon federated timeline stops showing new posts from other instances, the experience feels like the network has gone silent. This problem usually stems from a connectivity disruption between your home server and remote instances, a stalled background refresh process, or a local caching issue. This article explains the root causes of a frozen … Read more

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