Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mastodon
  3. How to configure an administrator for Mastodon?

How to configure an administrator for Mastodon?

Scheduled Pinned Locked Moved Solved Mastodon
15 Posts 4 Posters 2.3k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG girish

    @thoresson the admin page might be a tricky to find. It's under Account Settings -> Administration (left bar). Have you also tried relogin?

    T Offline
    T Offline
    thoresson
    wrote on last edited by
    #3

    @girish Thanks, you are right! The admin part was down at the bottom. I didn't scroll so far since the front page still says that there was no admin for the site. But now I've added that as well.

    Thanks!

    1 Reply Last reply
    1
    • nebulonN nebulon marked this topic as a question on
    • nebulonN nebulon has marked this topic as solved on
    • archosA Offline
      archosA Offline
      archos
      wrote on last edited by archos
      #4

      Hello,

      I've created a new Mastodon instance and set up a user with admin rights. However, I keep seeing the message: "Your request is pending review by our staff. This may take a while. If your request is approved, you will receive an email."

      On the left side, I see options like trends, moderation, and administration, but I'm unable to click on any of them. I encountered this issue before, but unfortunately, I can't remember how I resolved it.
      When I open the admin page in Cloudron, I get an 'Access Denied' message.
      Could someone please help me figure out how to fix this?

      Thank you in advance for your assistance.

      root@bc8a3ea5-9ce1-4e57-84cd-a4b2d840e534:/app/code# /app/code/bin/tootctl accounts create --email=
      warning: parser/current is loading parser/ruby32, which recognizes 3.2.2-compliant syntax, but you are running 3.2.3.
      Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
      OK
      New password: dfba9ad3869c145de628934927945a6b
      root@bc8a3ea5-9ce1-4e57-84cd-a4b2d840e534:/app/code# /app/code/bin/tootctl accounts modify zdenekk --role Owner
      warning: parser/current is loading parser/ruby32, which recognizes 3.2.2-compliant syntax, but you are running 3.2.3.
      Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
      OK
      
      
      1 Reply Last reply
      0
      • archosA Offline
        archosA Offline
        archos
        wrote on last edited by archos
        #5

        I really don't know where I'm going wrong anymore. After logging in, I can only click on authorized applications and two-factor authentication. I've done this before on another instance, but I can't remember how I did it. I would really appreciate any advice.

        1 Reply Last reply
        0
        • archosA Offline
          archosA Offline
          archos
          wrote on last edited by
          #6

          I tried adding ENABLE_REGISTRATIONS=true to the .env.production file, but unfortunately, that didn't work either. I'm still stuck on the domain/auth/edit page. πŸ˜”

          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #7

            Have you installed Mastodon with or without Cloudron usermanagement?

            archosA 1 Reply Last reply
            0
            • nebulonN nebulon

              Have you installed Mastodon with or without Cloudron usermanagement?

              archosA Offline
              archosA Offline
              archos
              wrote on last edited by
              #8

              @nebulon Thank you for your reply.
              I installed Cloudron without user management

              1 Reply Last reply
              0
              • archosA Offline
                archosA Offline
                archos
                wrote on last edited by
                #9

                @nebulon I tried uninstalling and reinstalling an older version, but unfortunately, I’m still having the same issue. I really don’t know what I’m doing wrong.

                1 Reply Last reply
                0
                • nebulonN nebulon has marked this topic as unsolved on
                • archosA Offline
                  archosA Offline
                  archos
                  wrote on last edited by
                  #10

                  Hi, I tried installing Mastodon on a different server, and the result is the same. I always get stuck at the message 'Your request is pending review by our staff. This may take some time. You will receive an email if your request is approved.' on the auth/edit page. I've been struggling with this since last night and still no solution. I even tried reverting to version 1.13.2, but I always end up with this error.

                  1 Reply Last reply
                  0
                  • archosA Offline
                    archosA Offline
                    archos
                    wrote on last edited by
                    #11

                    I resolved the issue by installing version 1.13.0, where registrations are still open. Then, I gradually updated to the latest version. The problem occurred on two different servers, so I’m not sure if it’s an issue with Mastodon on Cloudron. Anyway, I now have the latest version and a fully functional admin interface.

                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #12

                      I just tried this here also on a fresh installation and I can confirm the initial owner account creation and flow is a bit off.

                      There is a missing step in the docs to also approve the new user besides the user approving his/her email address:

                      /app/code/bin/tootctl accounts modify --approve <username>
                      

                      I will add this to the docs.

                      archosA 1 Reply Last reply
                      2
                      • nebulonN nebulon

                        I just tried this here also on a fresh installation and I can confirm the initial owner account creation and flow is a bit off.

                        There is a missing step in the docs to also approve the new user besides the user approving his/her email address:

                        /app/code/bin/tootctl accounts modify --approve <username>
                        

                        I will add this to the docs.

                        archosA Offline
                        archosA Offline
                        archos
                        wrote on last edited by
                        #13

                        @nebulon I'm glad it wasn’t a problem between the chair and the keyboard πŸ˜€πŸ˜€

                        1 Reply Last reply
                        0
                        • nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote on last edited by
                          #14

                          Added that line now to the docs when adding new users. Makes little sense to add users by cli and then also requiring to approve them https://docs.cloudron.io/apps/mastodon/#adding-users

                          1 Reply Last reply
                          2
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #15

                            While typing this here, I had the idea to check the create command for a flag and indeed there is --approve:

                            /app/code/bin/tootctl accounts modify testusername --approve
                            
                            1 Reply Last reply
                            3
                            • nebulonN nebulon has marked this topic as solved on
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search