# reboot remote server

**URL:** https://community.wowza.com/t/reboot-remote-server/34804
**Category:** Wowza Streaming Engine
**Created:** [April 4, 2014, 10:04am UTC](https://community.wowza.com/t/reboot-remote-server/34804 "2014-04-04T10:04:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bob\_ka](https://avatars.discourse-cdn.com/v4/letter/b/a8b319/32.png) [@bob\_ka](https://community.wowza.com/u/bob_ka)
#### Post date: [April 4, 2014, 10:04am UTC](https://community.wowza.com/t/reboot-remote-server/34804/1 "2014-04-04T10:04:14Z")

</div>

is there a tutorial that shows exactly how to reboot the wowza server using ssh ?

---

<div class="post-metadata">

### Author: ![bob\_ka](https://avatars.discourse-cdn.com/v4/letter/b/a8b319/32.png) [@bob\_ka](https://community.wowza.com/u/bob_ka)
#### Post date: [April 4, 2014, 10:51am UTC](https://community.wowza.com/t/reboot-remote-server/34804/2 "2014-04-04T10:51:17Z")

</div>

note i am logged in via ssh but dont know how to get it to reboot

login as: root

[root@198.000.158.250](mailto:root@198.000.158.250)’s password:

Last login: Fri Apr 4 15:37:34 2014 from 115.76.69.101

[root@m158250 ~]# cd wms/bin

[root@m158250 ~]# /usr/local/WowzaMediaServer-3.5.0

-bash: /usr/local/WowzaMediaServer-3.5.0: is a directory

[root@m158250 ~]# ./WowzaMediaServer restart

-bash: ./WowzaMediaServer: No such file or directory

[root@m158250 ~]#

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [April 4, 2014, 7:12pm UTC](https://community.wowza.com/t/reboot-remote-server/34804/3 "2014-04-04T19:12:24Z")

</div>

This is covered in the starting and stopping Wowza section of the user guide.

To restart the service on linux it is either this:

> service WowzaStreamingEngine stop

> service WowzaStreamingEngine start

Or this:

/etc/init.d/WowzaStreamingEngine stop

/etc/init.d/WowzaStreamingEngine start

If you need to re-start the Manager, same as above with service name “WowzaStreamingEngineManager”

To reboot the server you can do:

> reboot

or:

> shutdown -r now

Richard
