How can I have access to CrateDB from another server? #16585
Unanswered
computer-8256
asked this question in
General
Replies: 2 comments
-
I need both web interface and PSQL. ports to work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
By default, CrateDB's HTTP port is set to 4200 and PSQL is set to 5432. Both ports must be accessible from the other machine to use both interfaces. See https://cratedb.com/docs/crate/reference/en/latest/config/node.html#ports and https://cratedb.com/docs/crate/reference/en/latest/interfaces/index.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed CrateDB on a Debian OS using deb repository and apt. I want to have access to it from another server on same network provider. when I open the ip in a browser, nginx come up. but, when I add the port to the address, I get
ERR_CONNECTION_REFUSED
.Beta Was this translation helpful? Give feedback.
All reactions