If Chronicall is taking a long time to login / open on an offline server, there are a few things to adjust that might improve the login speed.
Remove Proxy Settings
- Login to Chronicall
- Navigate to System Settings > Basic Settings
- Take a screenshot or note any current proxy settings in case of rollback.
- Remove any existing proxy settings
- Save changes
Adjust The Hosts File
Windows
- From the Chronicall Server, navigate to the following location via Windows Explorer
-
C:\Windows\System32\drivers\etc\
-
- Edit the hosts file
- Add the following lines to the hosts file:
- 127.0.0.1 ads.chronicall.ximasoftware.com
- 127.0.0.1 rest.ximasoftware.com
- Save the changes you made
- Close Chronicall
- Reopen with the new settings applied
Linux
- Edit the hosts file with this command:
-
nano /etc/hosts
-
- Add the following lines to the hosts file:
-
127.0.0.1 ads.chronicall.ximasoftware.com
-
127.0.0.1 rest.ximasoftware.com
-
- Save the changes you made
- Close Chronicall
- Reopen with the new settings applied