# Nakama doesn't work on my vps

**URL:** https://forum.heroiclabs.com/t/nakama-doesnt-work-on-my-vps/2194
**Category:** Client Libraries
**Created:** [December 20, 2021, 12:10am UTC](https://forum.heroiclabs.com/t/nakama-doesnt-work-on-my-vps/2194 "2021-12-20T00:10:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![meizupro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/meizupro/32/916_2.png) [@meizupro](https://forum.heroiclabs.com/u/meizupro)
#### Post date: [December 20, 2021, 12:10am UTC](https://forum.heroiclabs.com/t/nakama-doesnt-work-on-my-vps/2194/1 "2021-12-20T00:10:57Z")

</div>

Hello! It is not possible to run nakama on a vps, everything works locally, not on a vps. What could be the problem? I did everything according to the documentation.

the container is being launched, I receive a message “caller”:“main.go:174”,“msg”:“Startup done”, but I can’t get through, the error status is http Request failed

 ![Снимок экрана 2021-12-20 в 03.00.03](https://us1.discourse-cdn.com/flex020/uploads/heroiclabs/original/1X/d08ffbde40816c49ea3cee5314167171a7a99e27.jpeg)

and I can’t start the console  
it works well on localhost

Docker version 20.10.12, build e91ed57  
Ubuntu 20.04 LTS

Settings:  
var nakama\_server\_key: String = ‘nakama\_godot\_demo’  
var nakama\_host: String = ‘[myhost.com](http://myhost.com)’  
var nakama\_port: int = 7350  
var nakama\_scheme: String = ‘http’

---

<div class="post-metadata">

### Author: ![zyro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/zyro/32/14_2.png) [@zyro](https://forum.heroiclabs.com/u/zyro)
#### Post date: [December 20, 2021, 1:27am UTC](https://forum.heroiclabs.com/t/nakama-doesnt-work-on-my-vps/2194/2 "2021-12-20T01:27:19Z")

</div>

It’s very hard to help with custom VPS setups since we have no insight into your deployment process or configuration.

Usually what you’re describing is a firewall, port, or DNS resolution issue. I suggest you start by investigating if you can reach your server just through a browser and work from there.
