By netdata
Hey guys,
I’m trying to configure the Ubiquiti cloud controller on here. I have opened up the proper ports and have access to my controller via https://cloud-ip:8443. I also opened up ports 8080 as well.
Problem is, running the command "set-inform http://cloud-ip:8080/inform returns the result “Server Rejected”. I can ping the cloud controller from the UAP. I cant figure out what is blocking it. I checked my sonicwall and it looks like it’s forwarding my requests out.
Someone help please!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Have you tried reaching that url with a curl or other request? Something such as
curl http://cloud-ip:8080/inform
Have you confirmed that the application is listening on the proper port? You can check running services with netstat
netstat -plnt
You will get a list of services running and what port. You want to find it on the Local Address and ensure it has your public IP listed or 0.0.0.0 and then the port. So something like this:
0.0.0.0:8080
If you Don’t see it there, then the issue is the service not configured. If you see something like 127.0.0.1:8080 that means it’s listening on the local host only.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
