Magento – the magento admin dashboard login url

adminadminhtmlmagento2mamp

I recently installed magento on web and don't remember login

these links are not working and throw

Whoops, our bad…

The page you requested was not found, and we have a fine guess why.

If you typed the URL directly, please make sure the spelling is
correct.

If you clicked on a link to get here, the link is outdated.

http://localhost:8888/Magento/admin

http://localhost:8888/Magento/index.php/admin

http://localhost:8888/Magento/administrator

http://localhost:8888/Magento/index.php/administrator

i am using MAMP on mac yosemite and there is no local.xml in app/etc but yeah di.xml is there. thanks in advance

Best Answer

To find out your admin URI you need to run the following command:

php bin/magento info:adminuri

It will give you an output like this:

Admin Panel URI: /admin_1wgrah

Then you just need to append this result to your main URL

Related Topic