How do I find my PrestaShop admin panel URL?

1405 views

By default, it is yourdomain.com/admin but it gets renamed to a random string during installation (e.g., /admin4521xyz/) for security. Check your server's file system — there should be a directory in the PrestaShop root starting with "admin". If you have SSH/FTP access: ls -d admin* in the PrestaShop root will show it. Never rename it back to just "admin" — the random suffix is a security measure.

Learn more: PrestaShop security tips.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top