Report this

What is the reason for this report?

Where are the Login details after installation?

Posted on November 22, 2020

Connected Tutorial(This question is a follow-up to this tutorial):

How To Install an ERPNext Stack on Ubuntu 20.04

This tutorial works for me, but where are the login details after finished installation?



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.

Hi there @betien,

You define the login details in Step 7, when you run the following command:

  1. bench new-site your_domain --admin-password 'erpnext_admin_password' --mariadb-root-username sammy --mariadb-root-password 'mariadb_password'
  • bench new-site creates a new site based on the Frappe Framework.
  • your_domain is the name for the new site. Make sure that your domain’s DNS has an A record pointing at your server’s IP.
  • erpnext_admin_password is the desired password for ERPNext’s Administrator user. Keep this password in a safe place—you will need it shortly.
  • mariadb_password is the password that you created at the beginning of the guide for the MariaDB user sammy.

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.