# How do I access the admin for the first time?

To access the admin, open the project in your browser and navigate to `/admin`.

## Default login credentials

Use the following login credentials to access the admin for the first time. You'll be prompted to update your details and set a more secure password.

| Email             | Password     |
| ----------------- | ------------ |
| admin@example.com | aerocommerce |

## Custom URL

For added security, the URL path to access the admin can be changed from the default `/admin`. This can be done by simply setting the slug value in the project's `.env`file:

```
AERO_ADMIN_SLUG=iqjwd9809i1e
```