Cant acces to 30120 Port (game server, FiveM)

béla farkas 21 Reputation points
2020-11-16T11:15:06.777+00:00

Hello! I will Contact To support and We have Followed All of Portfoward

for a 30120 Port....

but its open everyehere but the game Client Said "Timed Out" for No Reason...

Whats was that? Why The Game Client Saing that? I have No idea...

Inbound ports opens as wll Inside VM, and in Webadmin. and in NSG

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,472 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 110.2K Reputation points MVP
    2020-11-16T22:23:52.717+00:00

    If the port-checker from internet says "closed" the port is not reachable from the internet.

    Something is blocking the port (incoming traffic from internet). This could be:

    • Firewall on the FiveM VM (OS firewall)
    • NSG associated with the VM
    • NSG assiciated with the subnet of the VM

    Or the FiveM software on the VM is not working properly.

    To check this you need a second Windows VM in the same network of the FiveM VM.
    You can check the port on the FiveM VM with a simple PowerShell script from the second VM:

    Test-NetConnection -ComputerName "[*Name of your FiveM VM*]" -Port 30120 
    

    If the result is "true" the second VM is able to connect with the FiveM VM via port 30120. If the result is "false" the second VM is not able to connect to the FiveM VM. In this case maybe the FiveM software is not working properly or the OS firewall on the FiveM VM is blocking (you can disable the FW of the OS completely to eliminate this option),


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Andreas Baumgarten 110.2K Reputation points MVP
    2020-11-16T17:20:21.11+00:00

    Which OS is running on the VM?

    Is a client VM in the same VNet/Subnet of the VM able to connect to the VM on port 30120?


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


  2. Andreas Baumgarten 110.2K Reputation points MVP
    2020-11-16T21:39:56.867+00:00

    Do you have a client VM available in the same subnet of the VM?
    The connection is working with the private ip of the FiveM server VM on port TCP/UDP 30120?
    This to test if the FiveM is even listening on port 30120.

    If this is working in the internal network you can check the ports from internet:
    https://ping.eu/port-chk/


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.