# Servoy Ports

**URL:** https://forum.servoy.com/t/servoy-ports/2519
**Category:** Classic Servoy
**Created:** [August 20, 2004, 6:49pm UTC](https://forum.servoy.com/t/servoy-ports/2519 "2004-08-20T18:49:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bubba](https://avatars.discourse-cdn.com/v4/letter/b/e9a140/32.png) [@bubba](https://forum.servoy.com/u/bubba)
#### Post date: [August 20, 2004, 6:49pm UTC](https://forum.servoy.com/t/servoy-ports/2519/1 "2004-08-20T18:49:55Z")

</div>

Can the ports that Servoy uses be reassigned, or are these ports fixed?

Is it possible just to run Servoy with just STANDARD IP ports (ie. 80) open?

Thanks,  
Lee Snover

---

<div class="post-metadata">

### Author: ![Jan\_Blok](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@Jan\_Blok](https://forum.servoy.com/u/Jan_Blok)
#### Post date: [August 23, 2004, 1:41pm UTC](https://forum.servoy.com/t/servoy-ports/2519/2 "2004-08-23T13:41:33Z")

</div>

Check the \docs\ServoyServerManual.pdf and search for “port”

---

<div class="post-metadata">

### Author: ![sebster](https://avatars.discourse-cdn.com/v4/letter/s/a587f6/32.png) [@sebster](https://forum.servoy.com/u/sebster)
#### Post date: [August 26, 2004, 8:03am UTC](https://forum.servoy.com/t/servoy-ports/2519/3 "2004-08-26T08:03:23Z")

</div>

Note that on UNIX-based systems binding to any port under 1024 requires root privliges, which Servoy does not have. Running Servoy as root is strongly advised against.

There are many ways to solve this problem, two easy solutions:

1. Use of firewall software to redirect port 80 to port 8080
2. Use of a webserver (e.g. apache)/proxy software to forward port 80 to port 8080
