# Initialize

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## Introduction

{% hint style="warning" %}
Only valid for Steam Game Servers
{% endhint %}

Initializes the ISteamGameServer interface object, and set server properties which may not be changed.

After calling this function, you should set any additional server parameters, and then call [Log On](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/log-on) or [Log On Anonymous](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/log-on-anonymous)

### IP

The address of the server

### Game Port

{% hint style="info" %}
Valve uses 27015 as a default
{% endhint %}

The port that clients will connect to for gameplay.

### Query Port

{% hint style="info" %}
Valve uses 27016 as a default
{% endhint %}

The port that will manage server browser-related duties and info pings from clients.

### Mode

The authentication mode of the server

### Version

The version string is usually in the form `<Major>.<Minor>.<Build>.<Revision>`, and is used by the master server to detect when the server is out of date.

### Return Value

True if successful

## Nodes

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FWxa1DSJmY768mLES7N9R%2Fimage.png?alt=media&#x26;token=d53b8c03-db3a-45cd-8f11-42afe5589213" alt=""><figcaption></figcaption></figure>
