Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

What exactly does these servers do?

Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
16
I'm curious of what each of these servers do?
1) Laragon&IIS = I see that this is part of the database.
2) hub
3) hub_gw
4) tera-api = I think this is part of the launcher?
5) ArbiterServer
6) arb_gw
7) TopographyServer = I think this loads all the zones?
8) WorldServer = I'm pretty sure this loads the world.
9) DungeonServer = I'm pretty sure this loads the dungeons.
10) DungeonOther
11) PartyMatching = I'm pretty sure this is for party matchmaking?
12) BattleField = I'm pretty sure this is for pvp.
13) Nexus
14) Match
15) XigncodeProxy
16) LogServer = I'm pretty sure this is to make .log files.

I'd like to know the ones that I have no clue what to do, please? I see that some were asked but never answered like:

https://forum.ragezone.com/threads/release-tera-v100-02-retail-files.1193481/page-48#post-9125362 -- This guy asked what was Nexus server, but no one ever answered it.
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
613
Reaction score
183
1) Laragon&IIS = Database
2) hub - mandatory
3) hub_gw - mandatory
4) tera-api = the API managing shop, launcher, gm / qa access, subscriptions etc,
5) ArbiterServer - mandatory, manages server connection and a bunch of other rights / accesses
6) arb_gw - = arbiter server jsut named differently
7) TopographyServer = loads zones, maps, areas of world, dungeons etc...
8) WorldServer = World data, partially dungeon data
9) DungeonServer = dungeons and instances
10) DungeonOther = remaining dungeons and instances
11) PartyMatching = matchmaking for the matchmake server and instance matching through teleportals
12) BattleField = PVP and all the other extra activities like wintera etc,
13) Nexus - Battle Arena stuff
14) Match - = matchmaking server jsut a different name
15) XigncodeProxy - anticheat proxy if you arent using the bypass for the client
16) LogServer = logging for all the server processes.

The most basic and mandatory services you NEED to be able to access the server and be able to play it:
hub
hub_gw
arb_gw
Tera_api
topography
worldserver
dungeonserver
dungeonother

Everything else in the list is a "if you want to you can" thing.
 
Upvote 0
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
16
1) Laragon&IIS = Database
2) hub - mandatory
3) hub_gw - mandatory
4) tera-api = the API managing shop, launcher, gm / qa access, subscriptions etc,
5) ArbiterServer - mandatory, manages server connection and a bunch of other rights / accesses
6) arb_gw - = arbiter server jsut named differently
7) TopographyServer = loads zones, maps, areas of world, dungeons etc...
8) WorldServer = World data, partially dungeon data
9) DungeonServer = dungeons and instances
10) DungeonOther = remaining dungeons and instances
11) PartyMatching = matchmaking for the matchmake server and instance matching through teleportals
12) BattleField = PVP and all the other extra activities like wintera etc,
13) Nexus - Battle Arena stuff
14) Match - = matchmaking server jsut a different name
15) XigncodeProxy - anticheat proxy if you arent using the bypass for the client
16) LogServer = logging for all the server processes.

The most basic and mandatory services you NEED to be able to access the server and be able to play it:
hub
hub_gw
arb_gw
Tera_api
topography
worldserver
dungeonserver
dungeonother

Everything else in the list is a "if you want to you can" thing.
Perfect, thank you :)

btw: How do I know if I'm using the bypass or not for the proxy? I don't run the proxy and I'm able to log in and play, does this mean I'm using the bypass?
 
Upvote 0
Legendary Battlemage
Joined
Apr 28, 2022
Messages
613
Reaction score
183
Perfect, thank you :)

btw: How do I know if I'm using the bypass or not for the proxy? I don't run the proxy and I'm able to log in and play, does this mean I'm using the bypass?

When you start the client and you see a square floating window in the bottom right screen saying "Xigncode loading" it means you arent using the byspass. If you do not see it that means you have the bypass.
 
Upvote 0
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
16
When you start the client and you see a square floating window in the bottom right screen saying "Xigncode loading" it means you arent using the byspass. If you do not see it that means you have the bypass.
Ok. Nope, don't see that and thank you very much for the reply and answers, much appreciated!!
 
Upvote 0
Back
Top