Mastodonのインスタンス、簡単な文字変更は管理者の設定画面から可能です。
そこでMastodonの管理者ってどういうことなの?というところですが、Mastodonに普通に会員登録したあとに、そのユーザーに対して管理者権限を付与します。
Turning into an admin
The following rake task:
RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
Would turn the local user “alice” into an admin.
こうすることで、そのユーザーが管理者となって、設定画面に管理者設定項目が表示されました。