Tryton Server Password Not Accepting

Installed tryton server on debian (ubuntu) VPS and configured with domain access.
have allowed in trytond.conf
1.web: listen = 0.0.0.0:8000
2. dbase: uri: postgresql://DBuser:DBpw@domain:5432/
3. queue: worker = true

have added in pg_hba.conf

  1. host all all 0.0.0.0/0 scram-sha-256 to DB admin login

have modified in postgres.conf

  1. listen_addresses = β€˜*’
  2. port = 5432
  3. ssl = on

after these have run the below to restart systems

  1. systemctl restart postgresql@16-main.service tryton-server-uwsgi@tryton.service

on the web page i can see dbase name and user. BUT will not accept my password

have used trytond-admin -c /etc/tryton/trytond.conf -d DBname -p to get a new password in but still cannot access tryton server

HELP pls

This option set a new admin password.
So you must login with the username admin and the password you setup with this command.

1 Like

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