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 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:
$ trytond-admin --password
See also
- Our Tryton Software
RPM Packages