I just installed GitLab Enterprise Edition. According to the “Getting Started” instructions, the first time I access the instance from the IP address, I should be able to set the admin password. However, when I access the IP address I get a registration/login screen for regular users. How do I set the password for the admin on a new GitLab install?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
According to the documentation here, unless you provided a custom password during installation, a password will be randomly generated and stored for 24 hours in
/etc/gitlab/initial_root_password
file.You can use this password with username
root
to login and then change it via the UI as normal after that.Hope that this helps!
Best,
Bobby