I had the same problem but in my case while re-installing it with the admin login of “admin”, I found that I had overwritten the line
define(‘WP_ALLOW_MULTISITE’, true);
with
define( ‘MULTISITE’, true );
somehow thinking they were duplicates.
Now with both lines in wp-config and my original non-“admin” username I see the super admin panel.