# OpenVidu server URL

**URL:** <https://openvidu.discourse.group/t/openvidu-server-url/3104>\
**Category:** Issues developing apps\
**Tags:** v2\
**Created:** [June 3, 2021, 10:53am UTC](https://openvidu.discourse.group/t/openvidu-server-url/3104 "2021-06-03T10:53:13Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![matkey](https://avatars.discourse-cdn.com/v4/letter/m/97f17d/32.png) [@matkey](https://openvidu.discourse.group/u/matkey)\
**Post date:** [June 3, 2021, 10:53am UTC](https://openvidu.discourse.group/t/openvidu-server-url/3104/1 "2021-06-03T10:53:13Z")

</div>

Following on from https:// openvidu.discourse.group/t/no-audio-in-android-app/3101, I am a bit confused about the URL of the OpenVidu servers.

The Android example app pops up the URL as IpAddress:4443 so it assumes OpenVidu is on 4443. As does the Troubleshooting FAQ

However, deployment/deploying-on-premises/ and the AWS instance make no mention of the 4443 port. There is no Firewal entry in the AWS deploy wizard for it.

The output of my AWS 2.17 instance booting is shown below (changed the URL) and I can connect to this fine.

So is it a doc problem or an AWS instance problem?

openvidu-server\_1 | ----------------------------------------------------  
openvidu-server\_1 |  
openvidu-server\_1 | OpenVidu is ready!  
openvidu-server\_1 | ---------------------------  
openvidu-server\_1 |  
openvidu-server\_1 | \* OpenVidu Server URL: https :// [mycompany.com/](http://mycompany.com/)  
openvidu-server\_1 |  
openvidu-server\_1 | \* OpenVidu Dashboard: https :// [mycompany.com/dashboard](http://mycompany.com/dashboard)  
openvidu-server\_1 |  
openvidu-server\_1 | ----------------------------------------------------

---

<div class="post-metadata">

**Author:** ![cruizba](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/cruizba/32/18_2.png) [@cruizba](https://openvidu.discourse.group/u/cruizba)\
**Post date:** [June 3, 2021, 12:18pm UTC](https://openvidu.discourse.group/t/openvidu-server-url/3104/2 "2021-06-03T12:18:43Z")

</div>

Tutorials/demos or local development OpenVidu image uses port 4443, but in a deployment, you should use the URL mentioned in the log. No use of 4443.

Development: 4443  
Prod: 443

---

<div class="post-metadata">

**Author:** ![matkey](https://avatars.discourse-cdn.com/v4/letter/m/97f17d/32.png) [@matkey](https://openvidu.discourse.group/u/matkey)\
**Post date:** [June 3, 2021, 12:28pm UTC](https://openvidu.discourse.group/t/openvidu-server-url/3104/3 "2021-06-03T12:28:49Z")

</div>

Thanks. That makes sense
