Skip to main content

FAQ

hitechcloudcli faq displays answers to the most frequently asked questions:

hitechcloudcli faq
Example output
# hitechcloudcli faq

Frequently Asked Questions

1. What is the login link for admin panel?

LINK: https://demo.hitechcloud.org:2087/
------------------------------------------------------------

2. What is the login link for user panel?

LINK: https://demo.hitechcloud.org:2083/
------------------------------------------------------------

3. How to restart HiTechAdmin or HiTechCloud services?

- HiTechCloud: docker restart hitechcloud
- HiTechAdmin: service admin restart
------------------------------------------------------------

4. How to reset admin password?

execute command hitechcloudcli admin password USERNAME NEW_PASSWORD
------------------------------------------------------------

5. How to create new admin account?

execute command hitechcloudcli admin new USERNAME PASSWORD
------------------------------------------------------------

6. How to list admin accounts?

execute command hitechcloudcli admin list
------------------------------------------------------------

7. How to check HiTechCloud version?

execute command hitechcloudcli --version
------------------------------------------------------------

8. How to update HiTechCloud?

execute command hitechcloudcli update --force
------------------------------------------------------------

9. How to disable automatic updates?

execute command hitechcloudcli config update autoupdate off
------------------------------------------------------------

10. Where are the logs?

- User panel errors: /var/log/hitechcloud/user/error.log
- User panel access log: /var/log/hitechcloud/user/access.log
- Admin panel errors: /var/log/hitechcloud/admin/error.log
- Admin panel access log: /var/log/hitechcloud/admin/access.log
- Admin panel API access: /var/log/hitechcloud/admin/api.log
- Admin panel logins: /var/log/hitechcloud/admin/login.log
- Admin panel alerts: /var/log/hitechcloud/admin/notifications.log
- Admin panel crons: /var/log/hitechcloud/admin/cron.log
------------------------------------------------------------

11. How to enable detailed logs?

- hitechcloudcli config update dev_mode yes
------------------------------------------------------------
Was this helpful?