velocity setup, im unable to connect to lobby

any help setting up velocity?
44 Replies
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
no logs hit the other server
[01:56:13 ERROR]: [connected player] Lovekillin (/173.187.242.224:51565): unable to connect to server lobby
io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /0.0.0.0:25566
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[01:56:13 INFO]: [connected player] Lovekillin (/173.187.242.224:51565) has disconnected: Unable to connect you to lobby. Please try again later.
[01:56:13 ERROR]: [connected player] Lovekillin (/173.187.242.224:51565): unable to connect to server lobby
io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /0.0.0.0:25566
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[server.jar:3.4.0-SNAPSHOT (git-1652d44f-b469)]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[01:56:13 INFO]: [connected player] Lovekillin (/173.187.242.224:51565) has disconnected: Unable to connect you to lobby. Please try again later.
Tamz
Tamz2w ago
!logs
Carl-bot
Carl-bot2w ago
Please check your server log for errors from your plugins.
If you need further help understanding the errors, please send us the whole log file. Where can I find the server log? Logs are stored in <server_directory>/logs/. Search for a file explorer in your server's management interface and navigate to that directory. Once you've opened that up, search for the latest.log file. Some providers have a separate page for logs and may hide the "logs" folder. On Aternos: • Go to https://aternos.org/log/. On Minehut and server.pro: • Go to the "files" tab in the left menu. • Navigate to the root directory of your server. • From there navigate to /logs/latest.log. What should I do with the log? • First of all, read it! I mean, that's what you do all the time when you run a server, isn't it? Try to locate any errors that have anything to do with the issue you are facing. • If you got the latest.log file or created a .txt file with the necessary errors you can upload these directly to the channel, but we prefer if you upload them to https://mclo.gs/. • If you have trouble downloading the log file, copy/paste the text to a paste service (like mclogs). Copy the link that it gives you and send it to us. (Don't worry, McLogs hides your users' IPs.)
Admincraft Canned Responses
Tamz
Tamz2w ago
give backend server logs too
Tamz
Tamz2w ago
to mclogs please
Lovekillin
LovekillinOP2w ago
mclo.gs
Paper 1.21.4 Server Log [#ZutJIoP]
379 lines | 3 errors | 1 problem automatically detected
Tamz
Tamz2w ago
have you setup velocity correctly? show the proxy part without the key
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
under paper-global.yml?
Tamz
Tamz2w ago
yea is the bungeecord stuff Off
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
and online mode is false
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
i get this if i try to join the lobby directly
Tamz
Tamz2w ago
turn bungeecords onlinemode OFF
Lovekillin
LovekillinOP2w ago
turned it off and restart both and same stuff
Lovekillin
LovekillinOP2w ago
No description
Tamz
Tamz2w ago
odd velocity log?
Xlade, The Creator!
You're supposed to get that if velocity is configured correctly, you shouldn't be trying to join the lobby, you should be trying to join the proxy The proxy is what puts you through to the servers Remember what repo said? If it's configured correctly, you shouldn't be able to directly connect to the servers that are on the backend
Tamz
Tamz2w ago
it was a test the server being Pinged online is different from being able to connect
Xlade, The Creator!
Ah, kk, sorry But it shouldn't do either
Tamz
Tamz2w ago
it should
Xlade, The Creator!
If velocity is configured correctly
Tamz
Tamz2w ago
the only reason it didnt was because i set the vanilla to internal which cannot be access from the outside network
Xlade, The Creator!
I wonder why he said that, then
Tamz
Tamz2w ago
direct connect = lets you bypass velocity term mixup
Xlade, The Creator!
Because he told me in dms that if it's configured correctly, then it shouldn't be pingable or able to be connected to
Tamz
Tamz2w ago
it Could be pingable, but connectable without velocity no
Xlade, The Creator!
Ah, interesting
Lovekillin
LovekillinOP2w ago
i mean yeah i just joined it to test it .. and posting it showing that its setup that way
Tamz
Tamz2w ago
do you use pterodactyl? or a host what are you using to run this atm
Lovekillin
LovekillinOP2w ago
pterodactyl ive had this running a while back on a old setup but with this new network im makin im having this issue
Tamz
Tamz2w ago
ok go to your instance thats the backed (aka survival) go to Settings -> copy that Server ID and use that instead of 127.0.0.1 so ID:PORT in velocity.toml and it should work
Lovekillin
LovekillinOP2w ago
No description
Lovekillin
LovekillinOP2w ago
like here
Tamz
Tamz2w ago
ytep
Tamz
Tamz2w ago
example
No description
Lovekillin
LovekillinOP2w ago
ah damn that worked
Xlade, The Creator!
Lmao, glad those aren't the IPs
Tamz
Tamz2w ago
ez'

Did you find this page helpful?