Skip to content
Naasher
Independent communities connected to a shared publishing calendarGuides

How to connect Mastodon and schedule posts on any instance

Choose a Mastodon instance, authorize it, and schedule posts, media, threads, and polls while respecting instance-specific policy and limits.

Last updated July 12, 2026 · 4 min read · The Naasher team · اقرأ بالعربية

In short: Mastodon is a federation of independently operated servers. Connection starts with your instance URL, not an assumption that every account lives on mastodon.social.

Choose the URL where you use the account and review its content and media policies. From Accounts, select Mastodon, enter the instance, and approve OAuth on that server. Naasher requests account read, status write, media upload, and notification-read access.

What can be scheduled?

The composer currently validates 500 characters, up to four images or one video, alt text, threads, and polls. Do not mix image and video media in one post. Select visibility deliberately and use content warnings when appropriate.

Mastodon documents publishing at POST /api/v1/statuses, including polls, visibility, content warnings, and native scheduled_at. Naasher publishes through its worker and uses stable identifiers to prevent duplicate retries.

Instance differences matter

An instance can restrict app registration, change upload limits, or require account approval. If connection fails on a private server, inspect its version and OAuth policy rather than repeatedly changing the account password.

Federated communities value context and accessibility. Write a complete introduction, add useful alt text, and be present for replies after the scheduled post goes out.

Compare this OAuth flow with the app-password workflow in the Bluesky guide.

Frequently asked questions

Does Naasher work only with mastodon.social?
No. Enter the instance that hosts your account. Naasher registers and authorizes against that server.
Is the post limit always 500 characters?
Five hundred is the common default and the limit currently enforced by the composer. Some instances customize it, so check your server policy.
Does Naasher send image alt text?
Yes. Add a description to each image and Naasher sends it during media upload.