Tryton¶

Tryton is business software, ideal for companies of any size, easy to use, complete and 100% Open Source. It provides modularity, scalability and security.
Connecting¶
Install and run the Tryton client (you can enter connection url, user via the desktop window)
$ dnf install python3-tryton
$ tryton --server https://<host>:<port> --user admin
Password¶
The administrator user (admin) is already set up. In order to reset the password, run the following and type your new password at the prompts:
Quickstart¶
Start an instance with 1-Click, or optionally using your cloud provider’s web/console
Have just a little patience: it does take a couple of minutes for all the background services to start up in your instance. If you get connection refused or site error messages - just wait a moment
Access the product via web browser at https://<your IP/public DNS>
Login with user-name admin, and the instance id as password.
$ trytond-admin --password
See also
- Our Tryton Software
RPM Packages
https://docs.tryton.org/latest Official Tryton Documentation