Installation complete but can't see where to access the admin panel

Craig,Thank you. I have Magento installed up to a point where i refreshed the loading after admin login-in because it was being so slow. I got the message “Welcome to Magento Admin, your online store headquarters. To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard”. I cant find where to log in to the admin. How do i sign into the admin account?

You can find your admin URL in your env.php file, located in: /var/www/html/app/etc/env.php.

It’s near the top of the document. The below example would mean your admin URL is:

example.com/admin1234:

<?php
return [
    'backend' => [
        'frontName' => 'admin1234'
    ],
    ...

Thank you Craig, Its up now