Windows Ports
- InstrucČiuni pentru deschiderea unui port pe un server Windows
RomĆ¢nÄ
ApÄsaČi tasta Windows Či tasta [ S ] simultan, apoi scrieČi CMD Či rulaČi ca Administrator.
Pentru a deschide un port TCP, utilizaČi comanda:
netsh advfirewall firewall add rule name="TCP Port " dir=in action=allow protocol=TCP localport=[replace_with_port_number]
Pentru a deschide un port UDP, utilizaČi comanda:
netsh advfirewall firewall add rule name="UDP Port " dir=in action=allow protocol=UDP localport=[replace_with_port_number]
English
Press the Windows key and [ S ] key at the same time, type CMD and run as Administrator.
To open a TCP port, use the command:
netsh advfirewall firewall add rule name="TCP Port " dir=in action=allow protocol=TCP localport=[replace_with_port_number]
To open a UDP port, use the command:
netsh advfirewall firewall add rule name="UDP Port " dir=in action=allow protocol=UDP localport=[replace_with_port_number]
RomĆ¢nÄ
PuteČi urmÄri clipul de mai jos pentru mai multe detalii.
English
You can watch the clip below for more details.
AmintiČi-vÄ cÄ:
FiveM
DeschideČi portul 30120 pe TCP/UDP
Minecraft
DeschideČi portul 25565 pe TCP/UDP
Rust
DeschideČi portul 28015 pe TCP/UDP
Remember to:
FiveM
Open port 30120 on TCP/UDP
Minecraft
Open port 25565 on TCP/UDP
Rust
Open port 28015 on TCP/UDP
Last updated
Was this helpful?