cancel
Showing results for 
Search instead for 
Did you mean: 

how to get admin panel login dashboard

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

how to get admin panel login dashboard

hi 

   please help me to open dashboard for magento login Admin panel ,

 i am using magento admin login after long time but its not opening

www.domainname.com/admin

 www.domainname.com/index.php,admin

www.domainname.com/iamadmin

 

all methods are failed to open my domain magento admin 

my domain is aangiehomez,com , please help me to open this

 

Regards

Vikas

 

 

1 REPLY 1

Re: how to get admin panel login dashboard

You can find your admin URI from app/etc/local.xml file,

Just go to local.xml file using your FTP and edit local.xml file,

 

You can see at the end of file with one section called, admin routers,

<admin>
        <routers>
            <adminhtml>
                <args>
                    <frontName><![CDATA[admin]]></frontName>
                </args>
            </adminhtml>
        </routers>
    </admin>

Now in above section your uri coming from line,

<frontName><![CDATA[admin]]></frontName>

Copy above text after CDATA and use as suffix to your main store.

YOur admin panel will be open now.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial