# Unable to start on-premise demo server per "Getting Started" instructions

**URL:** https://hub.mender.io/t/unable-to-start-on-premise-demo-server-per-getting-started-instructions/1414
**Category:** General Discussions
**Created:** [January 8, 2020, 9:31pm UTC](https://hub.mender.io/t/unable-to-start-on-premise-demo-server-per-getting-started-instructions/1414 "2020-01-08T21:31:07Z")
**Posts on this page:** 1
**Showing post:** 23

<div class="post-metadata">

### Author: ![0lmi](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/0lmi/32/133_2.png) [@0lmi](https://hub.mender.io/u/0lmi)
#### Post date: [February 18, 2020, 11:14am UTC](https://hub.mender.io/t/unable-to-start-on-premise-demo-server-per-getting-started-instructions/1414/23 "2020-02-18T11:14:11Z")

</div>

@Kris I installed latest Ubuntu 18.04.4 Desktop in VirtualBox v.6.0.16 (on MacOS 10.15.3) with only NAT network interface connected, applied all available updates, run the script mentioned above and it works.

The weirdness in api-gateway logs is that the following message is repetitive.

```auto
setting up automatic reload on host IP address changes for DNS names: mender-useradm mender-inventory mender-deployments mender-device-auth mender-device-adm mender-gui

```

[Here](https://github.com/mendersoftware/mender-api-gateway-docker/blob/d7ec3200ff6d2c100e817a19d1860b5b70b95319/entrypoint.sh#L88) in api-gateway entrypoint script this `echo` which prints the message and there are no any loops, so, it should not repeat.

Can you try stop everything by `./demo down` and then in one terminal tab run the following:

```auto
docker run -it -p 8888:80 openresty/openresty:1.13.6.2-0-alpine

```

and in another terminal tab execute:

```auto
curl -X GET http://localhost:8888

```

And post the output from both terminals in addition to `dmesg` output.

---

_[View the full topic](https://hub.mender.io/t/unable-to-start-on-premise-demo-server-per-getting-started-instructions/1414)._
