Hey @stokeddude11
when you have access to the dashboard, just go to the wordpress settings to change the URL. is this not work, edit the wp-config.php file. think about the hierarchy: wp-config.php > Settings. ??
if there no define in the wp-config you can add the following code:
define( 'WP_HOME', 'https://yoursiteurl.com' );
define( 'WP_SITEURL', ‘https://yoursiteurl.com' );