My velocity server wont bind to port

My velocity server is not binding to port. More info in the chat
30 Replies
Admincraft Meta
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by nicko500#0
nicko
nickoOP3w ago
!paste
Carl-bot
Carl-bot3w ago
You should not post your logs in-line or screenshots of your console, it makes it harder to process and us slower to reply
Use a paste service of your choice, or mclogs supporting log syntax highlight and IP filtering
Admincraft Canned Responses
Loudbook
Loudbook3w ago
Well. You have another process on that port lol. What other servers do you have running on 25565
nicko
nickoOP3w ago
I don't think I have anything on that port currently. I had something opened about an hour ago waiting for someone to help me port forward some other ports
Loudbook
Loudbook3w ago
Well you do have something Is this running on Linux
nicko
nickoOP3w ago
no windoes
Loudbook
Loudbook3w ago
eugh just do a system reboot
nicko
nickoOP3w ago
okay @LoudbookThe same thing is still happening. Do you have any other soultions
Loudbook
Loudbook3w ago
I would if you were on LINUX or anything other than Windows But no
duolingo se acerca
Execute this in powershell
Get-Process -Id (Get-NetTCPConnection -LocalPort 25565).OwningProcess
Get-Process -Id (Get-NetTCPConnection -LocalPort 25565).OwningProcess
Should tell you which process is using that port
nicko
nickoOP3w ago
I am using cmd is there an equivelent command. It is saying it is not a recognized command
duolingo se acerca
Probably netstat, but I'm more of a powershell guy Look how to do it in google
nicko
nickoOP3w ago
It isnt showing anything. I can get powershell real quick
duolingo se acerca
Do you have a gui or is a minimal windows server?
duolingo se acerca
If you have a GUI, you can check for listening ports in the Network tab of Resource Monitor
No description
nicko
nickoOP3w ago
It isnt showing anything for 25565
nicko
nickoOP3w ago
No description
duolingo se acerca
What do you have on velocity.toml ? Censor whatever you consider confidentual before sending
nicko
nickoOP3w ago
No description
nicko
nickoOP3w ago
@duolingo se acercait is using bungeeguard becuase I am attempting to run 1.12.2 Modded, 1.20.2 Modded, and 1.21.4 Paper servers. Disabled ping passthrough
duolingo se acerca
Bind to 0.0.0.0:25565
nicko
nickoOP3w ago
Do you want me to replace the 0's with the ip or literrally 0.0.0.0:25565
Loudbook
Loudbook3w ago
smh that was the issue 0.0.0.0:25565 zero
duolingo se acerca
literally 0
nicko
nickoOP3w ago
That worked thank you so much
duolingo se acerca
:very_nice:
nicko
nickoOP3w ago
!close
Admincraft Meta
Closed post!
Your post has been marked as solved!
Requested by nicko500#0

Did you find this page helpful?