# How to start port 1935, 80, 443, 554?

**URL:** https://community.wowza.com/t/how-to-start-port-1935-80-443-554/48861
**Category:** Wowza Streaming Engine
**Created:** [May 29, 2017, 7:56am UTC](https://community.wowza.com/t/how-to-start-port-1935-80-443-554/48861 "2017-05-29T07:56:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Yutaka\_Terashima](https://avatars.discourse-cdn.com/v4/letter/y/bcef8e/32.png) [@Yutaka\_Terashima](https://community.wowza.com/u/Yutaka_Terashima)
#### Post date: [May 29, 2017, 7:56am UTC](https://community.wowza.com/t/how-to-start-port-1935-80-443-554/48861/1 "2017-05-29T07:56:14Z")

</div>

I got license error when i tried to sign in engine manger page, then I looked into my Wowza server(AWS EC2 instance). Found that 80 port down, and could not reach to license server error from log. And port 1935, 443, 554 also down. I tried to restart WowzaStreamingEngine service, but it could not bring those ports up.

Anyone any ideas?

---

<div class="post-metadata">

### Author: ![Alex\_C](https://avatars.discourse-cdn.com/v4/letter/a/bbe5ce/32.png) [@Alex\_C](https://community.wowza.com/u/Alex_C)
#### Post date: [June 11, 2017, 7:02am UTC](https://community.wowza.com/t/how-to-start-port-1935-80-443-554/48861/2 "2017-06-11T07:02:59Z")

</div>

Hello,

Please check that you have selected or created a security group that has the Firewall Rules for the EC2 instance you are using.

You can get more details about how to do this in the [EC2 User Guide](https://www.wowza.com/resources/WowzaStreamingEngineforEC2_UsersGuide.pdf) on page 13.

Regards,

Alex C.

---

<div class="post-metadata">

### Author: ![Yutaka\_Terashima](https://avatars.discourse-cdn.com/v4/letter/y/bcef8e/32.png) [@Yutaka\_Terashima](https://community.wowza.com/u/Yutaka_Terashima)
#### Post date: [June 14, 2017, 5:16pm UTC](https://community.wowza.com/t/how-to-start-port-1935-80-443-554/48861/3 "2017-06-14T17:16:17Z")

</div>

Hi Alex,

Thanks for your answer.

On AWS EC2 side, yes, I created a security group and allow those ports.

Actually, I looked into Wowza server then found there are no those ports. I used NETSTAT command, please kindly find the result below. Wowza service is running. In this case, how to bring them up? I also tried stop/start wowza service, it doesn’t work.

```auto
- netstat's result:
$ netstat -tlnp
(No info could be read for "-p": geteuid()=500 but you should be root.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8087 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:34460 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:46625 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN -
tcp 0 0 :::22 :::* LISTEN -
tcp 0 0 :::60809 :::* LISTEN -
tcp 0 0 :::111 :::* LISTEN -

- Wowza service status:
$sudo /etc/init.d/WowzaStreamingEngine status
        WowzaStreamingEngine started PID:(2688)

```
