How to change the URL "backendless.local" to my own custom domain

Hi, I installed Backendless Pro and activated the trial license. In addition, the web traffic is served with a load balancer and a custom domain is pointing to the load balancer.

When I previewed the app, it opened up a new tab with the URL “backendless.local:9000”, which failed to load. My question now is: how can I change the URL “backendless.local” to my own custom domain?

Load Balancer: AWS Application Load Balancer

Thanks

Backendless Version (Pro )

Hello @Boon_Tan

Thank you for trying out Backendless PRO.

You should have at least 2 domain:

dev.your-domain.com - for backendless console
api.your-domain.com - for the API

for API domain create rule on ELB to send traffic on port 9000
for dev domain create rule on ELB to send traffic on port 80

then you should go to consul and change domain configuration for the backendless service.

Consul you can find on port 8500.

Hi Sergey,

Whenever I enter the following URL in the browser,
http://backendless.mydomain.net/ui/#/dc1/kv/config/server/publicHost/edit

It always redirects me to the following URL
https://backendless.mydomain.net/app/custom/manage/settings/app-info

and nothing get changed

@Boon_Tan

if you want to use ELB for consul you should create ELB rule and point it to port 8500

Thanks Sergey

It worked, but I also have to manually restart the services (With the script “./backendless_start.sh”)

Thanks