# Install Neo4j Enterprise edition in Compute engine VM with 3 nodes

**URL:** https://community.neo4j.com/t/install-neo4j-enterprise-edition-in-compute-engine-vm-with-3-nodes/69585
**Category:** Installation
**Created:** [September 5, 2024, 12:07pm UTC](https://community.neo4j.com/t/install-neo4j-enterprise-edition-in-compute-engine-vm-with-3-nodes/69585 "2024-09-05T12:07:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sharon.mathew](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/sharon.mathew/32/29982_2.png) [@sharon.mathew](https://community.neo4j.com/u/sharon.mathew)
#### Post date: [September 5, 2024, 12:07pm UTC](https://community.neo4j.com/t/install-neo4j-enterprise-edition-in-compute-engine-vm-with-3-nodes/69585/1 "2024-09-05T12:07:22Z")

</div>

I have created 3 compute engine VM and installed Enterprise Edition 5.23.0.

we have updated the below configurations to make a neo4j cluster based on this -neo4j.com/docs/operations-manual/current/clustering/setup/deploy

server.default\_listen\_address=0.0.0.0  
server.default\_advertised\_address=server01.example. com  
dbms.cluster.discovery.v2.endpoints= server01.example. com:6000 ,server02. example. com:6000,server03.example. com:6000

dbms.cluster.discovery.version=V2\_ONLY  
initial.dbms.default\_primaries\_count=3

We have faced the CONNECTION REFUSED error when trying to connect using cypher-shell command.

we have investigated below points for the above

checked all the node ip address and port on network firewall.

Found no error message in the Noe4j log files.

Each node we are able to connect one another using the PING command.

If the above configurations are commented and verified the single node Neo4j service is working and able to connect to neo4j using the cypher-shell command.

When the neo4j.conf file is updated with above commands in the status it will show as failed else active.

screenshot of error after updating the neo4j.conf file attached here.

 ![Screenshot 2024-09-05 at 5.21.55 PM](https://us1.discourse-cdn.com/flex021/uploads/neo4jcommunity/original/3X/0/7/0743245f785ad9f41e4d01252406fbd06910e792.png)

---

<div class="post-metadata">

### Author: ![jennifer\_reif](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/jennifer_reif/32/8061_2.png) [@jennifer\_reif](https://community.neo4j.com/u/jennifer_reif)
#### Post date: [February 6, 2025, 9:42pm UTC](https://community.neo4j.com/t/install-neo4j-enterprise-edition-in-compute-engine-vm-with-3-nodes/69585/2 "2025-02-06T21:42:26Z")

</div>

Hello, sorry for the late reply! Did you try prefacing the command with `bin/` and include the database credentials? I always have to use that because it's in the bin folder. Hope this helps!

> **[Cypher Shell - Operations Manual](https://neo4j.com/docs/operations-manual/5/tools/cypher-shell/#cypher-shell-run)**
>
> Describes Neo4j Cypher Shell command-line interface (CLI) and how to use it.

Cheers,  
Jennifer
