0

I followed the installation instructions from this page: https://www.digitalocean.com/community/tutorials/how-to-install-couchdb-and-futon-on-ubuntu-14-04

I then changed the ownership of /etc/couchdb from root to ubuntu so that i can edit the local.ini file.

I then changed the bind address in the local.ini file to 0.0.0.0 so that I can access the Futon interface on an external IP. The port is still the same.

I then restarted CouchDB but I can't access Futon no matter what.

Any help?

  • Can you access it internally? – Alexis Côté Sep 01 '16 at 19:19
  • No. I can retrieve some basic information using curl. When I try to access futon using SSH tunneling, i get a permission denied error. – MisterAverageDeveloper Sep 01 '16 at 23:34
  • You opened the port in Inbound rules of the Security Group attached to that Instance? – Ramon-san Sep 09 '16 at 08:22
  • If you change the bind address to 0.0.0.0 then you don't need a tunnel to access futon (or couchdb in general). If you can curl it remotely and get basic info then you should also be able to access the futon url by just adding _util, e.g. http://IPADDRESS:5984/_utils – Mike McKay Sep 14 '16 at 10:24

0 Answers0