When you install a VPS with the Gitlab appliance the password can be retrieved from the Tilaa Dashboard. The login depends on the reverse lookup name of your IP, i.e. root@server1.cloud.tilaa.com
When you install a VPS with the Gitlab appliance the password can be retrieved from the Tilaa Dashboard. The login depends on the reverse lookup name of your IP, i.e. root@server1.cloud.tilaa.com
If you named your server 'apples', your gitlab username could be root@apples.tilaa.cloud, your password is the password you use to SSH into your server.
If you want to know your gitlab username for sure, ssh into your server.
```
mysql -u root -p <ssh password>,
use gitlab_production;
select * from users;
```
1 Opmerkingen