Windows Ports

  1. Instrucțiuni pentru deschiderea unui port pe un server Windows

    Română

    1. Apăsați tasta Windows și tasta [ S ] simultan, apoi scrieți CMD și rulați ca Administrator.

    2. 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]
    3. 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

    1. Press the Windows key and [ S ] key at the same time, type CMD and run as Administrator.

    2. 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]
    3. 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?