**Mastodon** is a free, open-source GNU social-compatible social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.
>**Please note**: It is highly recommended to run a [tagged release](https://github.com/tootsuite/mastodon/releases) of Mastodon and **not** run off the current `master` branch.
- Before you start: [Examples of resource usage from other live instances](Running-Mastodon/Resources-needed.md)
- If you want to use Docker: [Installation using Docker](Running-Mastodon/Docker-Guide.md)
- If you want to run it standalone: [Standalone installation](Running-Mastodon/Production-guide.md)
- There are other options:
- [Mastodon on Heroku](Running-Mastodon/Heroku-guide.md)
- [Mastodon on Scalingo](Running-Mastodon/Scalingo-guide.md)
- [Mastodon on Nanobox](Running-Mastodon/Nanobox-Guide.md)
- After installation:
- [Administrating a Mastodon instance](Running-Mastodon/Administration-guide.md)
- [List of terminal commands](Running-Mastodon/List-of-Rake-tasks.md)
- [Customizing the look](Running-Mastodon/Customizing.md)
- Advanced:
- [Serving Mastodon from a subdomain](Running-Mastodon/Serving_a_different_domain.md)
- [Scaling up with PgBouncer](Running-Mastodon/PgBouncer-guide.md)
The aforementioned guides presume using certain software, like Nginx. But using alternatives is possible: [Alternative system configurations](Running-Mastodon/Alternatives.md)
#### In development
- [Setting up a development environment](Running-Mastodon/Development-guide.md)