Forge server Connaction refused #1680
Unanswered
SpyTheEngineer
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you're wanting to run the server on port 25564 (guessing from the variable you set), then replace |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, im trying to make a 1.19 forge server so i can screw around with my friends, I have my own server computer thats running ubuntu server and the command line i ran to install the modded server is this
docker run -d -it --name moddedmc -v /home/spy/moddedmc:/data -e SERVER_PORT=25564 -e VERSION=1.19 -e TYPE=FORGE -e EULA=TRUE -e MEMORY=8G itzg/minecraft-server
but when i try to connect to it using forge and the mod i installed, the connection just says refused, what am I doing wrong and how do i fix it? any and all help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions