# Change Server IP

**URL:** https://community.wowza.com/t/change-server-ip/42884
**Category:** Wowza Streaming Engine
**Tags:** server-administration
**Created:** [February 26, 2015, 7:42pm UTC](https://community.wowza.com/t/change-server-ip/42884 "2015-02-26T19:42:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nathan\_Kadish](https://avatars.discourse-cdn.com/v4/letter/n/4af34b/32.png) [@Nathan\_Kadish](https://community.wowza.com/u/Nathan_Kadish)
#### Post date: [February 26, 2015, 7:42pm UTC](https://community.wowza.com/t/change-server-ip/42884/1 "2015-02-26T19:42:01Z")

</div>

I have a local installation of Wowza so the LAN IP is 10.0.0.50. In all of the wowza settings it shows me that address, how can I manually change it and insert the external IP address so that all my links reflect my global IP 50.205.X.X? This is strictly for convenience and simplicity when copying the stream links. I am tired of changing 10.0.0.50 to 50.205.X.X.

---

<div class="post-metadata">

### Author: ![Zoran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/zoran/32/385_2.png) [@Zoran](https://community.wowza.com/u/Zoran)
#### Post date: [February 27, 2015, 7:23pm UTC](https://community.wowza.com/t/change-server-ip/42884/2 "2015-02-27T19:23:13Z")

</div>

Hello,

You can change this in yout [wowza-install-dir]/conf/VHost.xml file and modify the following section:

```auto
<Manager>
   <TestPlayer>
    <IpAddress>${com.wowza.wms.HostPort.IpAddress}</IpAddress>
    <Port>${com.wowza.wms.HostPort.FirstStreamingPort}</Port>
    <SSLEnable>${com.wowza.wms.HostPort.SSLEnable}</SSLEnable>
   </TestPlayer>
   <!-- Properties defined are used by the Manager -->
   <Properties>
   </Properties>
  </Manager>

```

In the parameter you can put in your external IP address.

Hope this helps.

Zoran

---

<div class="post-metadata">

### Author: ![Zoran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/zoran/32/385_2.png) [@Zoran](https://community.wowza.com/u/Zoran)
#### Post date: [March 2, 2015, 12:33am UTC](https://community.wowza.com/t/change-server-ip/42884/3 "2015-03-02T00:33:32Z")

</div>

Glad I was able to help.

If you have any other questions, we’ll be happy to assist.

Zoran

---

<div class="post-metadata">

### Author: ![Nathan\_Kadish](https://avatars.discourse-cdn.com/v4/letter/n/4af34b/32.png) [@Nathan\_Kadish](https://community.wowza.com/u/Nathan_Kadish)
#### Post date: [February 27, 2015, 12:25pm UTC](https://community.wowza.com/t/change-server-ip/42884/4 "2015-02-27T12:25:08Z")

</div>

Perfect! Thank you!

> Hello,
> 
> You can change this in yout [wowza-install-dir]/conf/VHost.xml file and modify the following section:
> 
> ```auto
> <Manager>
> <TestPlayer>
> <IpAddress>${com.wowza.wms.HostPort.IpAddress}</IpAddress>
> <Port>${com.wowza.wms.HostPort.FirstStreamingPort}</Port>
> <SSLEnable>${com.wowza.wms.HostPort.SSLEnable}</SSLEnable>
> </TestPlayer>
> <!-- Properties defined are used by the Manager -->
> <Properties>
> </Properties>
> </Manager>
> 
> ```
> 
> In the parameter you can put in your external IP address.
> 
> Hope this helps.
> 
> Zoran
