By default, we can access Magento admin by simple using /admin after Magento store URL. To secure your store it’s preferable that you change the default URL of Magento store.
Below are the steps to change the admin URL in Magento.
1) Connect to your server using SSH or cPanel or FTP
2) go to app/etc and open local.xml using any editor.
3) find below code in local.xml file
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[admin]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
4) Replace your new URL name with admin in a frontName tag.
Note: Please note that there are no special characters in a new name, then save the file.
5) Now, Refresh cache and run your domain URL.