#Hello, I created a server on my NAS, but after running the server and entering the game, the server
23 messages · Page 1 of 1 (latest)
Translation?
Oh
What should I do next?
Uhh one sec
What port are you using?
Ypu gotta use 443
yes
I ran it on my computer and put it on the NAS then built docker for it like this
FROM ubuntu:22.04
WORKDIR /app
COPY . .
EXPOSE 3011/tcp 3011/udp
CMD ["java", "-jar", "grasscutter.jar"]
I edited the config port to 3011 but it still fails
I have successfully run the HSR 2.0 server and before that genshin was working but after creating HSR beta, genshin has failed and now HSR 2.0 still works.