Hi. I have EspoCRM installed on a local network on a server with Ubuntu Desktop.
Now I can log in to EspoCRM via the web interface from any computer on the same local network by entering the IP address of the EspoCRM server. How can I set up login by the EspoCRM server name + domain + port?
Example:
Now I can log in via IP: 192.168.XXX.XXX, but instead of IP I need to log in via the server name with domain and port: espocrm.mylocaldomain.local:80
- I tried renaming the server name via the terminal (hostnamectl set-hostname).
- I tried entering the server in the domain in Active Directory (and actually entered it, but it didn't help).
- I tried to register the following in etc/hosts: 192.168.XXX.XXX espocrm.mylocaldomain.local , but it didn't help either.
- I tried in EspoCRM itself via "Administration" > "Settings" > "System" to rename http://192.168.XXX.XXX to http://espocrm.mylocaldomain.local.
Nothing helped. What am I doing wrong? Or am I not doing something right?
If possible, please provide a solution with step-by-step actions/terminal commands. I really want a solution to my problem, if anyone has already done this. I'm just not good at Ubuntu
Now I can log in to EspoCRM via the web interface from any computer on the same local network by entering the IP address of the EspoCRM server. How can I set up login by the EspoCRM server name + domain + port?
Example:
Now I can log in via IP: 192.168.XXX.XXX, but instead of IP I need to log in via the server name with domain and port: espocrm.mylocaldomain.local:80
- I tried renaming the server name via the terminal (hostnamectl set-hostname).
- I tried entering the server in the domain in Active Directory (and actually entered it, but it didn't help).
- I tried to register the following in etc/hosts: 192.168.XXX.XXX espocrm.mylocaldomain.local , but it didn't help either.
- I tried in EspoCRM itself via "Administration" > "Settings" > "System" to rename http://192.168.XXX.XXX to http://espocrm.mylocaldomain.local.
Nothing helped. What am I doing wrong? Or am I not doing something right?
If possible, please provide a solution with step-by-step actions/terminal commands. I really want a solution to my problem, if anyone has already done this. I'm just not good at Ubuntu
Comment