Should we edit username and password and mysql defaults?

erpNEXT docker with Synology NAS

I follow the instructions https://pipech.github.io/erpnext-docker-debian/trial_setup/

  • Website
  User : Administrator
  Pass : 12345
  • MySQL
  User : root
  Pass : travis
  Hostname : localhost
  Port : 3306
  User : remote
  Pass : 12345

Should we modify all these infos or it’s safe to keep them like it is?

If yes, how do we modify… I am not really good with computer.

Thanks!

ps: btw does erpnext auto update versions?

Hi @l4cky,

Yes it is highly recommended that you change the default login credentials for your Administrator user. You can change the password after you login using the default credentials.

To change the root password of your MySQL server follow the instructions given here:

Also, please don’t paste any critical information related to your login credentials here as it’s a public forum.

2 Likes

hey thanks

do you know why it has 2 password? one for root and one for remote? which one do i change when following the command?

Can I use the commen on bench or i have to cd to remove the directory first?

do you know why it has 2 password? one for root and one for remote? which one do i change when following the command?

It’s recommend that you change both the default passwords.

Can I use the commen on bench or i have to cd to remove the directory first?

You can run the command in any directory. Since it’s a standard linux command it should work anywhere in the system. Just make sure you run the command with correct sudo privileges wherever necessary.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.