# Get Game Server Info

This node allows you to get the game server info of your lobby for whenever you are in Matchmaking so that you know what to connect to.

<figure><img src="https://599571038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJOLYZsEpI3ofbnXUKMb9%2Fuploads%2FIocDPk57xy7aKg4JUU7G%2FUE4Editor_G3mYRlQYLA.png?alt=media&#x26;token=89da5fd9-ed1d-408a-9d5d-3f693546228d" alt=""><figcaption></figcaption></figure>

When the Game Server is Ready, you will be able to use Branch to determine that. When the Game Server is Ready, you will also receive a "link" which is the IP Address and Port combined already to be IPAddress:Port so you can use Open Level and then convert it to a name to connect.

This node does a few things in the background to ensure the game server is ready:

* Checks if there is a valid assignment
* Checks if there is a valid network\_port
* Checks the actual "status" of the game server that is assigned to us
* Checks the IP Address to see if it's valid
* Combines the IP Address and Ports to form our link for connection.
