ServerSync

ServerSync

48.5k Downloads

Can't connect to server

Yonder0 opened this issue · 3 comments

commented

Serversync Version: 3.6.0

Minecraft Version: 1.19.4

Issue: I'm running my server off Ubuntu Linux and I'm running Minecraft off Windows. I loaded Server Sync(SS) in the server (running as its own entity) and into my client, but for some reason I simply can't connect no matter what I try.

I'm fairly new to all of this so I'm most-likely missing something I just don't know what.

I'm using CLI to run SS as it's own server through a .sh file. On the file I only have (java -jar serversync-3.6.0.jar --server) which seems to let it run properly. I have both the .sh file and the jar file in the server folder (how I can get it to see the mods I have loaded).

commented

If your client can not connect to the server then you may need to set up port forwarding for traffic on the serversync port, there should be guides online for whatever server setup/configuration you have.

If you can connect to the server but no mods are being synchronized then you probably just need to configure serversync via the serversync-server.json file (will either be next to the jar file or in config/serversync) see: https://github.com/superzanti/ServerSync/wiki/Server-setup

The logs are usually a good place to start looking for problems logs/serversync

commented

logs.txt
^ Logs. When you look at the logs just know that the PC, I'm using to get those logs is on the same network as the server PC. This is the main reason I'm so lost rn.
I have my server up and running and I can't say for certain, but I have server sync running just fine on the server side.
I have already port forwarded the proper port to run the server. Does ServerSync need a different port open to work and if so what one.

commented

Serversync runs on 38067 by default, if you have not change the configuration then forwarding traffic on said port should be all that is required.

Would then connect via <external address> 38067, depending on your setup this might be a domain like cool-server.com or it might just be an ip address.

If the client is on the same network then internal address should also work 🤷, do you have firewalls or something in between that is blocking traffic?