Setting up your new instance
Creating an admin account
In the browser
RAILS_ENV=production bin/tootctl accounts modify alice --role adminFrom the command line
RAILS_ENV=production bin/tootctl accounts create \
alice \
--email alice@example.com \
--confirmed \
--role adminFilling in server information
Last updated
Was this helpful?