AuthServer

From OuroDev
Revision as of 22:23, 2 September 2020 by Pazaz (talk | contribs) (Created page with "Responsible for user authentication and session creation. Cross-shard capabilities. == Communication Protocols == === Game Server === TCP Port 2104. AuthServer and DBServer...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Responsible for user authentication and session creation. Cross-shard capabilities.

Communication Protocols

Game Server

TCP Port 2104. AuthServer and DBServer communicate through this port.

Incoming Packets

Opcode Description

Outgoing Packets

Opcode Description

Game Client

TCP Port 2106. AuthServer and Game communicate through this port.

GM Tools

TCP Port 2108. Unknown.