#Waterfall not finding Paper server

1 messages · Page 1 of 1 (latest)

barren spruce
#

Hey there! So I'm trying to setup a waterfall server and the proxy can't find the paper server. Here's the involved configs and error messages:

Waterfall
config.yml:

host: 0.0.0.0:25565
priorities:
  - survival
servers:
  survival:
    address: localhost:25566
    motd: GroundedMC Survival
    restricted: false

Paper
spigot.yml

  bungeecord: true

server.properties

online-mode=false
server-ip=0.0.0.0
server-port=25566

Error: (with MYIP being my ip :P)

[12:34:48 INFO]: Listening on /0.0.0.0:25565
[12:35:51 INFO]: [/MYIP] <-> InitialHandler has connected
[12:35:52 WARN]: Error occurred processing connection for AlfieJay AnnotatedConnectException : finishConnect(..) failed: Connection refused: localhost/127.0.0.1:25566
[12:35:52 INFO]: [AlfieJay] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? 
[12:35:52 INFO]: [/MYIP|AlfieJay] -> UpstreamBridge has disconnected

In game error message: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?

#

Also paper console doesn't acknowledge an attempt to connect either

thorn nova
#

Well this is the Spigot discord

barren spruce
#

You reckon this bug is specific to waterfall?

thorn nova
#

Anyways that adress is wrong

#

(In the waterfall config)

#

If it's hosted on the same machine use localhost instead of 0.0.0.0

barren spruce
#

Okay thx lemme try that

#

Oh nvm I already tried setting it to localhost

#

Updated

thorn nova
#

Is it hosted on the same machine

barren spruce
#

Yeah

thorn nova
#

Are you running the server in a container

#

A panel like pterodactyl will do this for you

barren spruce
#

Yeah, pterodactyl

thorn nova
#

Then localhost won't work

#

You can use the public ip

#

Do make sure to secure your backend servers with Bungeeguard

barren spruce
#

Ooh that worked. Thank you

thorn nova
barren spruce
#

Using the public one did

thorn nova
#

Alright

#

Don't forget to install Bungeeguard or your server is vulnerable