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!

TERA 100.02 Server VM 16

Initiate Mage
Joined
Dec 30, 2022
Messages
14
Reaction score
1
@yasuzo Both Machines are in different Networks.

Your Server use Network 192.168.175.XXX
Your Client use Network "192.168.0.XXX"

Change the IP of the Server to "192.168.0.11" or whatever you want.

Correct these config-files.

D:\TERA_SERVER\arb_gw\config_arb_gw.txt
hub_ip=127.0.0.1
hub_port=11001
game_port=10001
rest_timeout=0
rest_url=http://127.0.0.1:8080/api
rest_url_auth=http://127.0.0.1:8080/
web_shop_url=http://192.168.0.11:81/tera/ShopAuth?authKey=%s
tba_web_shop_url=http://192.168.0.11:81/tera/ShopAuth?authKey=%s
thread_cnt=16

D:\TERA_SERVER\TeraServers\DeploymentConfig.xml
<NetModerator use="false" ip="192.168.0.11" port="12345" timeout="250" threadNum="4" sessionNum="4" />

With Resource-Hacker, it's possible to set the hostname of the server instead IP-address.
In my case, I named my server "TERASV".

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
302, "http://TERASV:81/tera/LauncherMain"
303, "updating launcher"
}

In IT, the gateway is a hardware or software component that establishes a connection between two systems. An IT system that does not know its communication partner directly turns to its gateway. The gateway represents the bridge for communication between several internal or external network sections. The term gateway implies that the forwarded data is processed in its addressing for forwarding. This can be data in all layers of the OSI model. Depending on the layer on which the processing takes place, there are more specific terms for the corresponding systems.

Bro All of that works fine after your explanation , but now I have another problem. Could you help again ?
When I try to enter in game after create the char , I receive the message " You can't enter right now".

shadow66 - TERA 100.02 Server VM 16 - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Dec 30, 2022
Messages
19
Reaction score
2
this problem is well solved
I will try my best to translate
 
Last edited:
Initiate Mage
Joined
Dec 30, 2022
Messages
14
Reaction score
1
I'd testing the server and the TERA SHOP do not work...
Someone know why?
 
Initiate Mage
Joined
Sep 17, 2022
Messages
26
Reaction score
0
Everywhere I go open pvp is disabled without either outlaw declaration or duels, how can I disable the 'protection' that disables open pvp? Server is listed as pvp in tera api
 
Legendary Battlemage
Top Poster Of Month
Joined
Feb 16, 2014
Messages
671
Reaction score
295
I'd testing the server and the TERA SHOP do not work...
Someone know why?
TERA_SERVER\arb_gw config_arb_gw


hub_ip=127.0.0.1hub_port=11001
game_port=10001
rest_timeout=0rest_url=http://127.0.0.1:8080/api
rest_url_auth=http://127.0.0.1:8080/
web_shop_url=http://192.168.88.134:81/tera/ShopAuth?authKey=%s
tba_web_shop_url=http://192.168.88.134:81/tera/ShopAuth?authKey=%s

thread_cnt=16

make sure you have same ip in launcher (green line txt)
another one thing you need have up and running
BoxAPI
SteerHub
SteerSession
SteerMind
SteerCat
SteerGateway
Boxadminweb
steerweb

 
Last edited:
Initiate Mage
Joined
Dec 30, 2022
Messages
14
Reaction score
1
Thank you shadow I've forgotten about this ip config.
Sorry and thank you.
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
646
Reaction score
199
Which specs do I need to run it? 128ram too?

You cna run the VM with 16GB if you plan on having like you alone play or give or take 5-10 other people.
If you wanna run it jsut for you, you could technically run it with 8gb of ram but services would throw errors when starting and you would need to start them a few times to work.

But yeah, 16GB is fine for a virtual machine. (I am talking about 16GB for the VM alone, not including anything else on your system)
 
Initiate Mage
Joined
Oct 27, 2020
Messages
50
Reaction score
24
Which specs do I need to run it? 128ram too?

I truly recommend you have at least 32Gb to run Tera.
Even if it's a VM and all files are running, at least 32Gb Ram is needed to avoid crashes,
and also this avoids long paging files.

You should also understand that the client is 64bit, so you will need at least another 4-8Gb Ram available for it.
 
Last edited:
Initiate Mage
Joined
Jan 25, 2023
Messages
1
Reaction score
0
Hi!, I'm new here, could anyone help me to start with this server and how to setup all and play the game? for dummy's like me plz



Thanks!
 
Initiate Mage
Joined
Jul 25, 2022
Messages
81
Reaction score
11
All preinstalled and ready to run

VM Player 16:

Server:


Installed OS: Windows 10 ROG edition
2xHDD 100GB and 200GB
Increased page file size to 90GB
VM Tools Installed.

MSSQL 2019 Developer
Node JS
Python


shadow66 - TERA 100.02 Server VM 16 - RaGEZONE Forums

shadow66 - TERA 100.02 Server VM 16 - RaGEZONE Forums


All WEBAPP WEB API BOX and STEER working.
Access to WEBAPP from two IP; 127.0.0.1 and 127.0.0.1:88


Client: Mediafire - Fixed Dressing Room (now show price and icon for Costume)



Client: Torrent - clean nothings change or mod


Launcher: If someone download client from torrent
View attachment 172400

I don't change anything in side the client and server,
Minor bug like with Broker that don't show item on the list.

Probably there is much more i did not check all because like for now i testing all quests, craft system and other things.

all other info inside
For changing the IP go to Virtual machine settings and change from NAT to Bridget

And after all go to firewall and add two ports there to allow for connection:
add port: 81, 7801

Logins and passwords

webapp: login: gadmin pass 111111111
webapi: login: imsadmin pass: password
BOX: login: boxadmin pass:password
Steer: login: steeradmin pass: password

SQL: sa / pass: U6SjJk3ZyQhrv5tq

MySQL: root / pass: 123456

Many THX to @hsdn, @TieLay, @argeus99, @Robyson and many other who share files and not only. Thanks guys.

Hi there, I have a problem. I follow all the instructions in the !TERA_run file on the desktop with regards to changing my IP but when I start to run the files for some reason ArbiterServer constantly crashes and I have no idea why and I can't move forward from there. What can be the problem?
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
646
Reaction score
199
Hi there, I have a problem. I follow all the instructions in the !TERA_run file on the desktop with regards to changing my IP but when I start to run the files for some reason ArbiterServer constantly crashes and I have no idea why and I can't move forward from there. What can be the problem?

Have you checked the artbiter server log if anything is there? Or did you see the error when it was starting up?
 
Initiate Mage
Joined
Jan 26, 2023
Messages
3
Reaction score
0
When selecting a server, there is a symptom that the server disappears after stopping
Any workaround?
 
Initiate Mage
Joined
Sep 17, 2022
Messages
26
Reaction score
0
I guess nobody knows how to enable free pvp everywhere, okay, how about removing the stupid white filter thing from the splash screen? I got a mega cute splash screen and the game puts this white filter over it, how can I remove it? I browsed nearly every config file I could find! (client)
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
646
Reaction score
199
I guess nobody knows how to enable free pvp everywhere, okay, how about removing the stupid white filter thing from the splash screen? I got a mega cute splash screen and the game puts this white filter over it, how can I remove it? I browsed nearly every config file I could find! (client)

PVP servers in tera worked with use of outlaw declaration. If the server is set to PVP, you use the skill and you can PVP anywhere outside cities as far as I remember.
 
Back
Top