Mastodon Federated Search Limitations: What You Cannot Find

Mastodon’s federated search often returns incomplete or unexpected results. Many users search for a specific username, hashtag, or post and find nothing even though the content exists on another instance. This happens because Mastodon’s search engine does not index the entire fediverse. This article explains exactly what the federated search covers, what it deliberately excludes, … Read more

How to Use Authorized Fetch With a Single-User Instance

Single-user Mastodon instances are private servers where you run your own account without sharing the instance with other users. These instances can still receive malicious requests from unverified remote servers that pretend to be someone else. Authorized fetch is a security feature that forces all incoming federation requests to carry a valid signature from the … Read more

Mastodon Federation Queue Stuck on Sidekiq: Recovery Steps

When the federation queue in Mastodon gets stuck, new posts from other instances stop appearing in your federated timeline. Outgoing messages to remote servers also fail to deliver. This problem is almost always caused by one worker process in Sidekiq that is processing a job that never finishes. This article explains why the queue freezes … Read more

Mastodon Cross-Instance Reply Visibility: Why Some Replies Are Missing

You posted a reply on Mastodon, but the original author on another instance cannot see it. This happens because Mastodon uses a pull-based federation model where replies are only delivered to instances that already follow the conversation. If the target instance has not fetched the parent post, your reply remains invisible there. This article explains … Read more

Mastodon Federation Webfinger Lookup Failing: Fix

When Mastodon cannot find a remote user by their full handle, federation breaks. You see errors like “User not found” or “Failed to fetch account” when searching for someone on another instance. This happens because Webfinger lookup, the protocol Mastodon uses to resolve a user’s address into a profile URL, is failing. This article explains … Read more

Mastodon Cross-Instance Boost Visibility: How It Differs From Replies

When you boost a post from another Mastodon instance, your followers see it in their Home timeline. But when you reply to a cross-instance post, the reply may not reach all followers. This difference confuses many users because both actions seem similar: you engage with content from a different server. The visibility rules for boosts … Read more

What Is a Mastodon Relay and How Does It Work

Mastodon relays are a feature that helps server administrators boost the flow of public posts between instances. When your instance connects to a relay, it receives public posts from every other instance connected to the same relay. This can make the federated timeline much more active without requiring thousands of individual server-to-server subscriptions. In this … Read more