mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

336K
active users

Hi @Gargron . I don't suppose you know where the default admin password is stored when using the Digital Ocean one-click install droplet?

Eugen Rochko

@david The one generated during the interactive setup? You can't recover it even if you knew where it's stored because it's hashed. But you can easily change the password using tootctl:

su - mastodon
cd live
RAILS_ENV=production bin/tootctl accounts modify admin --reset-password

@Gargron That's the one. Yer that's how I got my instance up. Wasn't sure if I was doing something wrong. Cheers.