Server cannot bind to proxy server address even though another paper server already did

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Stryff

Member
Mar 14, 2021
15
0
1
18
I connected my 2 spigot servers with Skungee 2.0.0 Beta5 to my proxy with the same version of skungee, and default configs, one server boots up fine and connects to the proxy port, but the second one says "java.net.BindException: Address already in use: bind" even tho its the same port as stated in the proxy config. I've been trying to wrap my head around this all day, and still can't figure this out or anyone who has this problem.

Proxy Console:
1703694130250.png

Paper Server 1:
1703694184817.png

Paper Server 2:
1703694322625.png

What am I doing wrong?
 
Yeah, just use different ports in the Skungee config for each server
 
I'm not entirely sure how Skungee works. But you can't use the same port for multiple services on the same machine.
 
Your issue is that the proxy server and the paper 2 server are both bound to port 8000. Try and set maybe the proxy server to port 25565 so that you can join directly with localhost
 
Your issue is that the proxy server and the paper 2 server are both bound to port 8000. Try and set maybe the proxy server to port 25565 so that you can join directly with localhost
The proxy is bound to 25565 and the paper servers are 10051 and 10052. For Skungee however, the config said to keep the skungee ports the same across all client servers.
1705112199859.png