Question

I just installed CouchDB on my Ubuntu 12.04 server and I am trying to find a way to access Futon (the web based admin panel) using the IP of my computer or one of the domains I have binded on it.

I have added the following below the [httpd] section in /etc/couchdb/local.ini

port = 5984
bind_address = 0.0.0.0

But navigating to my_ip:5984 has no results. I restarted the CouchDB server several times though.

Could you please help me out with that?

Was it helpful?

Solution

Open port 5984 in firewall. And then: IP:5984/_utils/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top