Can I allow remote access to my database if the database is created in Neo4j Desktop?

Hi everyone! I am new to Neo4j.

I am a personal user of Neo4j and I have created a database in Neo4j Desktop. I would like to allow others to access my database from their computers.

Is it possible to do so? Can anyone advise me on what I should do in order to allow remote access?

I have been searching for information in the Community, I have tried things like changing the codes in the settings (setting <dbms.default_listen_address=0.0.0.0>), but none of them works.

Thank you!

You can do that. Check the IP address of your machine where Neo4j Desktop is running. And using this IP Address and the port (default 7687) others can access the DB.

Make sure that firewall is not blocking the port.