Skip to content

trying to run on Unraid, getting kicked to main menu screen #2

@thesuperdoge

Description

@thesuperdoge

I have this docker image running in Unraid.

I have all the variables assigned in Unraid as stated in the github page.

UPDATE_ON_START:
true
Container Variable: UPDATE_ON_START

OWNER_ID:
xxxxx
Container Variable: OWNER_ID

SERVER_NAME:
banana club
Container Variable: SERVER_NAME

DEFAULT_WORLD_NAME:
banaan
Container Variable: DEFAULT_WORLD_NAME

ADMIN_PASSWORD:
xxxxx
EditRemove
Container Variable: ADMIN_PASSWORD

WORLD_PASSWORD:
xxxxx
Container Variable: WORLD_PASSWORD

DEFAULT_PORT:
7777
Container Variable: DEFAULT_PORT

MAX_PLAYERS:
6
Container Variable: MAX_PLAYERS

PUID:
1000
Container Variable: PUID

PGID:
1000
Container Variable: PGID

I have forwarded the 7777 port and made sure no other game server is running on that port.
When i run a conan server on that port and i test UDP, it says it's open.
When i run this image and i test UDP, it says it's closed.

The server is visible in the public servers list ingame.

When i try to join i get kicked to main menu.

I have tried to fill in the local IP address of my server 192.168.x.x not 127.0.0.0
Same issue, getting kicked to main menu.

I have tried assigning another port 7779, same result

Is there anything else i can try?
I have noticed the WorldOwnerName variable is empty in the logs, even though the OwnerId is assigned to the correct ID in DedicatedServer.ini

Server log:

CREATE : IN ACTIVE SESSION [ 9F390DC205504C878D0899B63209A378 ]

[2026.04.07-21.30.30:574][132]LogOnlineSession: CREATE SESSION - OnCreateSessionComplete
[2026.04.07-21.30.30:574][132]LogOnlineSession: CREATE SESSION - Success
[2026.04.07-21.30.30:574][132]LogOnlineSession: START SESSION -
[2026.04.07-21.30.30:574][132]LogDomMatcherSession: START SESSION -
[2026.04.07-21.30.30:775][138]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation StartSession to service Sessions.
[2026.04.07-21.30.30:842][140]LogDomMatcherSession: START SESSION - Success
[2026.04.07-21.30.30:842][140]LogNetworkMatchmaker: START SESSION - Success
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["BuildId"] written with key[xb] value[189399]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["ReadyToJoin"] written with key[x0] value[1]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["WorldSaveGuid"] written with key[xg] value[23599C55A72041B7A8422B517FAABBC5]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["WorldOwnerName"] written with key[xw] value[]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["Vip_Random"] written with key[xr] value[7014]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["Vip_ServerGuid"] written with key[xx] value[1D553E99FB274B889D1A26118BED2C0C]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["Vip_ServerName"] written with key[vn] value[banana club]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["MapId"] written with key[xm] value[2]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["ServerType"] written with key[xt] value[1]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["DifficultyType"] written with key[xd] value[0]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["PvpEnabled"] written with key[xv] value[2]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["CrossPlayEnabled"] written with key[xz] value[18446744073709551615]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["PlayerCapacityFilter"] written with key[pc] value[1]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["SlotName"] written with key[xs] value[banaan]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["SessionOwnerNetId"] written with key[xi] value[DEDICATED_SERVER]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["OrderingId"] written with key[xo] value[2143188519680097]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["PasswordHash"] written with key[xp] value[16668318624128657179]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["Privacy"] written with key[sp] value[0]
[2026.04.07-21.30.30:842][140]LogNetSessionSettings: Setting ["BetaHash"] written with key[bh] value[77]

It does save from time to time, so the server is active, but i also noticed OwnerName is empty

[2026.04.07-21.35.29:799][ 66]LogPersistence: [DedicatedServer] SaveGame() : Starting save (Guid[23599C55A72041B7A8422B517FAABBC5] WorldName[banaan] SlotName[banaan] MapName[L_World] - OwnerGuid[] OwnerName[])
[2026.04.07-21.35.29:818][ 66]LogSpudSubsystem: Save to slot banaan: Success
[2026.04.07-21.35.29:822][ 66]LogPersistence: [DedicatedServer] operator()() : Save completed SUCCESSFULLY (owner: , slot: banaan)
[2026.04.07-21.35.33:284][170]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.35.48:142][614]LogRedpointEOS: [LogEOS] Updating Product SDK Config, Time: 325.387817
[2026.04.07-21.35.48:342][620]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished failed HTTP request for operation GetProductConfigRoute to service SDKConfig.
[2026.04.07-21.35.48:376][621]LogRedpointEOS: [LogEOS] SDK Config Product Update Request Completed - No Change
[2026.04.07-21.35.48:376][621]LogRedpointEOS: [LogEOS] ScheduleNextSDKConfigDataUpdate - Time: 325.588287, Update Interval: 356.179962
[2026.04.07-21.36.03:506][ 74]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.36.22:969][655]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation SendBackendEvent to service Metrics.
[2026.04.07-21.36.33:722][976]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.37.03:937][878]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.37.34:189][781]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.38.04:406][683]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.38.22:963][237]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation SendBackendEvent to service Metrics.
[2026.04.07-21.38.34:653][586]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.39.04:859][488]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.
[2026.04.07-21.39.35:102][391]LogRedpointEOS: Verbose: [LogEOSHTTP] FEpicGamesPlatform::HttpRequestComplete: Finished successful HTTP request for operation HeartbeatSession to service Sessions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions