Acces problem /ghost admin panel

I cannot access the administration panel from another computer even though I know my password

Do you happen to have 2FA enabled and you havent configured it yet for email? If so disable 2FA in the config options.

Are you self-hosting this on docker or something?

2FA already disabled

Ghost | CloudPanel | Documentation I’m using cloudpanel and I installed it based on this guide

Problem solved i added this code my config

“security”: {
“staffDeviceVerification”: false
},

https://ghost.org/docs/config/?_ga=2.183938533.2102155950.1749310916-1181541120.1742910862#security

1 Like

I would just make sure your transactional SMTP e-mail settings are correct and keep the Device Verification on for security. But to each their own.

1 Like

Yeah you needed to disable the 2FA

1 Like