• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Port problem - REP++!

on your dedicated server, start --> control panel --> windows firewall --> exceptions --> add port --> 80 tcp and udp, and also 7171 tcp and udp, thats how i got it to work with my windows 2003, enjoy :)
 
on your dedicated server, start --> control panel --> windows firewall --> exceptions --> add port --> 80 tcp and udp, and also 7171 tcp and udp, thats how i got it to work with my windows 2003, enjoy :)

Thanks but its coming a text: already exist something.

what should name be ?:
 
He's firewall already was disabled. I took a look at his server also but couldn't find the problem
 
Maybe another programm is blocking the port. Maybe TeamViewer if you have it or another Remote Programm. Just look.

Your's ballack13
 
Since you use windows perhaps you have IIS enabled?

IIS uses port 80 by default and can be a pain.
But even if it isn't IIS my recommendation is to change which port Apache uses, this way no matter what is already listening on port 80 you can just go around it and find an alternative.

Try this guide out:
Making XAMPP (Apache) work with IIS on Windows XP/Vista � Williamo’s Blog.

However if you insist on using port 80 go to your start menu,
select run,
enter in 'command'
press OK
type in 'netstat -a'

Now you should see a list of what programs are running on what ports and hopefully you can find if anything is listening on port 80 and disable it.
 
Last edited:
Back
Top