# Bundle exec rails server --binding=0.0.0.0

**URL:** https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353
**Category:** Development
**Created:** [17 april 2019 om 20:56 UTC](https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353 "2019-04-17T20:56:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kids\_Unleashed](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kids_unleashed/32/138563_2.png) [@Kids\_Unleashed](https://meta.discourse.org/u/Kids_Unleashed)
#### Post date: [17 april 2019 om 20:56 UTC](https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353/1 "2019-04-17T20:56:49Z")

</div>

After running this, nothing loads.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [17 april 2019 om 22:16 UTC](https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353/2 "2019-04-17T22:16:47Z")

</div>

What do you see on your screen when you run that, how did you setup your dev environment?

btw use `./bin/unicorn` not that.

---

<div class="post-metadata">

### Author: ![shell](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shell/32/208151_2.png) [@shell](https://meta.discourse.org/u/shell)
#### Post date: [3 februari 2021 om 15:18 UTC](https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353/3 "2021-02-03T15:18:13Z")

</div>

Use `UNICORN_BIND_ALL=1 bundle exec rails server` instead

---

<div class="post-metadata">

### Author: ![Jaroslaw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jaroslaw/32/212599_2.png) [@Jaroslaw](https://meta.discourse.org/u/Jaroslaw)
#### Post date: [22 maart 2021 om 08:20 UTC](https://meta.discourse.org/t/bundle-exec-rails-server-binding-0-0-0-0/115353/4 "2021-03-22T08:20:41Z")

</div>

Thank you so much. Everywhere in docs there is to use --binding=0.0.0.0 but only after your command I was able to connect outside of localhost.
