# I can't launch Neo4j through the browser

**URL:** https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054
**Category:** Neo4j Graph Platform
**Created:** [November 16, 2018, 4:58am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054 "2018-11-16T04:58:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sajan.sadhwani](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/sajan.sadhwani/32/669_2.png) [@sajan.sadhwani](https://community.neo4j.com/u/sajan.sadhwani)
#### Post date: [November 16, 2018, 4:58am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054/1 "2018-11-16T04:58:47Z")

</div>

Hi All,

Apologies if this isn't the correct forum but I've been having a lot of trouble with getting Neo4j to launch. I went to http(s)://localhost:7474, http(s)://localhost:7473, http(s)://localhost:7687, and I get the same error. "This site can't be reached. localhost refused to connect. Search Google for localhost 7474. ERR\_CONNECTION\_REFUSED." I do not get a login screen at all.

I've tried the following and none of them worked.

- I've right clicked and ran Neo4j as an administrator
- I've turned off my firewall
- I finally found the conf file and I've allowed external connections

I've checked online and in all the tutorials it just seems to work.

Is there a true beginner tutorial. I have a Windows 10 machine and I installed Neo4J desktop. At this time, I'm honestly just considering giving up on trying to get this to run.

Any help would be appreciated.

Thanks.

---

<div class="post-metadata">

### Author: ![12kunal34](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/12kunal34/32/2617_2.png) [@12kunal34](https://community.neo4j.com/u/12kunal34)
#### Post date: [November 16, 2018, 7:49am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054/2 "2018-11-16T07:49:22Z")

</div>

Hi Sajan ,

First you have to start the server then only you can access that URL.  
First download neo4j server from the below URL according to your system Config.  
[https://neo4j.com/download-center/#releases](https://neo4j.com/download-center/#releases)

and then unzip the folder , inside the bin folder you must have a neo4j application . double click on that and start the server .

---

<div class="post-metadata">

### Author: ![sajan.sadhwani](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/sajan.sadhwani/32/669_2.png) [@sajan.sadhwani](https://community.neo4j.com/u/sajan.sadhwani)
#### Post date: [November 19, 2018, 2:16am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054/3 "2018-11-19T02:16:37Z")

</div>

Hi 12kunal34, thank you for the help.  
I installed the Neo4j community server. I went to the directory but I do not see a Neo4j application.

I extracted the zip file to my downloads directory, and I have the following directories:  
bin  
conf  
data  
import  
lib  
logs plugins  
run

There are some files but they are text files. I went to the readme file and it told me to go to \bin and run the Neo4j console from there. There were some batch files and clicking on them did nothing.

What am I missing?

Thank you.

---

<div class="post-metadata">

### Author: ![12kunal34](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/12kunal34/32/2617_2.png) [@12kunal34](https://community.neo4j.com/u/12kunal34)
#### Post date: [November 19, 2018, 8:13am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054/4 "2018-11-19T08:13:22Z")

</div>

Hi Sajan,  
inside bin folder you must have **neo4j community edition** app.  
if you are not able to find it then please search in your system . it should be there

---

<div class="post-metadata">

### Author: ![sajan.sadhwani](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/sajan.sadhwani/32/669_2.png) [@sajan.sadhwani](https://community.neo4j.com/u/sajan.sadhwani)
#### Post date: [November 23, 2018, 3:26am UTC](https://community.neo4j.com/t/i-cant-launch-neo4j-through-the-browser/3054/5 "2018-11-23T03:26:28Z")

</div>

Hi 12Kuna34,

Inside my bin folder I have 2 folders and 6 files. The first directory is  
Neo4j-Management" and has 24 files ending in .ps1. The second directory is called tools and has 4 files, 2 jar files and 2 exe files, "Prunsr-amd64.exe" and "prunsrv-i386.exe", neither of which do anything.

Of the 6 files, 5 are batch files, one is a file called "Neo4j-Management.psd1".

Just to be clear, I'm doing this on a Windows 10 machine.
