Recent Discussions
Simple voice chat in fabric server
Open in DiscordUnanswered
White-winged Tern posted this in #questions
29 messages
0 views
White-winged TernOP
Hi, I’m running a fabric server in 1.21.1 and so far I’ve managed to install all the mods I want and etc but I can’t manage to enable the simple VC mod port, I’ve tried using ufw commands and the server won’t start when ufw is enabled, I’ve also opened the port through the router and it’s still not working, any tips ? The server is running on 25565 and the default port for simple VC is 24454
Svc uses udp by default, check if ufw is only allowing tcp
@Dominic Svc uses udp by default, check if ufw is only allowing tcp
White-winged TernOP
it seems ufw is allowing tcp ports but when i turn ufw on i cant open the server
make ufw allow udp
ufw allow 24454/udp
White-winged TernOP
okok
self hosted or cloud provider?
White-winged TernOP
self hosted
un ubuntu server, im using crafty as a controller
then check if 24454 is forwarded properly under udp
@Dominic then check if 24454 is forwarded properly under udp
White-winged TernOP
this is the port i opened through my router
image.png
looks okay
I don't have experience with crafty, but I think i've heard from somewhere that some panels can do weird things with ports due to the containerized system
White-winged TernOP
[ 1] 25565/tcp ALLOW IN Anywhere
[ 2] 24454/udp ALLOW IN Anywhere
[ 3] 22/tcp ALLOW IN Anywhere
[ 4] 8000/tcp ALLOW IN Anywhere
[ 5] 8443/tcp ALLOW IN Anywhere
[ 6] 443/tcp ALLOW IN Anywhere
[ 7] 25565/tcp (v6) ALLOW IN Anywhere (v6)
[ 8] 24454/udp (v6) ALLOW IN Anywhere (v6)
[ 9] 22/tcp (v6) ALLOW IN Anywhere (v6)
[10] 8000/tcp (v6) ALLOW IN Anywhere (v6)
[11] 8443/tcp (v6) ALLOW IN Anywhere (v6)
[12] 443/tcp (v6) ALLOW IN Anywhere (v6)
and those are the ports ufw has allowed
[ 2] 24454/udp ALLOW IN Anywhere
[ 3] 22/tcp ALLOW IN Anywhere
[ 4] 8000/tcp ALLOW IN Anywhere
[ 5] 8443/tcp ALLOW IN Anywhere
[ 6] 443/tcp ALLOW IN Anywhere
[ 7] 25565/tcp (v6) ALLOW IN Anywhere (v6)
[ 8] 24454/udp (v6) ALLOW IN Anywhere (v6)
[ 9] 22/tcp (v6) ALLOW IN Anywhere (v6)
[10] 8000/tcp (v6) ALLOW IN Anywhere (v6)
[11] 8443/tcp (v6) ALLOW IN Anywhere (v6)
[12] 443/tcp (v6) ALLOW IN Anywhere (v6)
and those are the ports ufw has allowed
looks okay
@Dominic I don't have experience with crafty, but I think i've heard from somewhere that some panels can do weird things with ports due to the containerized system
White-winged TernOP
to be honest i dont know whats that this is the first time im running a server
maybe i could try another controller i dont know any others tho
You can try the jar file on bare metal and see if that works
I don't have experience with panels
White-winged TernOP
also all tutorials show how to allow the port and install the mod but they use hosting services in the videos 😭
https://modrepo.de/minecraft/voicechat/wiki/server_setup_self_hosted
thats why you check the docs
thats why you check the docs
image.png
Loading...
Loading...