Ok , Thkns all.
I put in all my config server files my internal IP : 192.168.1.77 and i use DMZ to.
Do i need to put my internet IP in any config file ? or 192.168.1.77 Intranet works ?
Ok , Thkns all.
I put in all my config server files my internal IP : 192.168.1.77 and i use DMZ to.
Do i need to put my internet IP in any config file ? or 192.168.1.77 Intranet works ?
Take it:
Code:Correction: 1. Unpack “TERA_SERVER.rar” archive to a root folder in drive you select for use C:\, D:\ or other 2. Switch SQL Server into mixed mode and set “sa” password as “U6SjJk3ZyQhrv5tq” 3. Open SSMS and login with “sa” account, then restore from “\TERA_SERVER\SQLDATA” folder databases: - intermediate_sharedDB - LogDB_2800 - PlanetDB_2800 - SharedDB - WebAppDB 4. Tera API based on grail an in newest system it's try download needed libs fron Internet, if U havn't Internet connection on normal speed you can unpack “grails_cache.rar” into %Userprofile% folder 5. Go to “\TERA_SERVER\arb_gw”, edit “config_arb_gw.txt” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is 6. Go to “\TERA_SERVER\TeraServers”, edit “DeploymentConfig.xml” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is 7. Go to “\TERA_SERVER\laragon\www\81\server”, edit “serverlist.xml” and “serverlist.tw” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is 8. Go to “\TERA_SERVER\laragon\www\81\tera”, edit “LauncherloginForm” then replace the IP “172.16.200.119” by your's server IP(<SERVERIP>), leave ports as is
ho man Thknsssssss
Hello,
This thread has been extremely helpful. Thank you to all involved. One thing I haven't seen mentioned much is xingcode 3. I would like to disable this for the client and the server. Is it feasible to do this via the server or would the clients have to get a bypass as well? Most of the bypasses seem over my head or are requesting payment...the server config has some mention of anti-hack that are already disabled. At least, it won't kick you off and will log it from what I understand.
Thanks for your time regardless.
Hello, its in the very first page of the thread: https://disk.yandex.ru/d/mIKWjplKyYi...nt%2092.03?w=1
download the xigncode patch and put it in TERA\Binaries\XIGNCODE on your client
I want to say thank you first - I think I've gotten father than I ever imagined I would.
But when I run arb_gw it says connection actively refused on 192.168.1.230:8080 and closes. Did I miss a step?
I have the grails_cache unpacked in the %Userprofile% folder - do I need to run something in there?
Edit:
I got the databases loaded, and everything looks to load up but 8080 isn't listening...
So it looks like I missed a step. I'm trying to set up the TERAapi but it's confusing at best.
The screenshots are gone and I'm having issues following these instructions. Any help?Usage:
Install Internet Information Services from server roles
Install .NET Core 3.1 hosting bundle (https://dotnet.microsoft.com/downloa...ndle-installer)
After that create a new site in IIS (type inetmgr in search bar or start menu), make it listen to 8080 port, and make sure its application pool is set to "No Managed Code"
Copy the bin folder content to your site folder
Set your mysql connection in appsettings.json
Bin: https://www112.zippyshare.com/v/mXIoThaV/file.html
Src: https://www112.zippyshare.com/v/veM3e6O6/file.html
Additional info: At the EnterGame and below functions I skipped the param check, the grails api checked them, but didnt do anything with them. Plus fallback urls gets logged to windows event log, you can disable it in appsettings.
Edit 2:
Looks like I got that working, as arb_gw states server ready but now ArbiterServer just closes when run it. I can't figure out how to see the error as it closes too fast.
Edit 3: Error - SQL Server does not exist or access denied. I set the MySQL connection to "sa" with the password used from before. What database should I point to?
To see the error run the executable with a terminal you open yourself, so that it won't terminate the main terminal.
And afaik, Arbiter will crash if your OS is not in english, maybe try with administrator rights by checking it in properties->compatibilities.
About MSSQL, try to check if connection by TCP/IP is activated.
Server is in English. Error: SQL Server does not exist or access denied. I set the MySQL connection to "sa" with the password used from before. What database should I point to?
Here's my appsettings.json - is the issue in here? I don't have a database named accountdb_2800 - do I need to make that?
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"Debug": {
"LogLevel": {
"Default": "Information"
}
},
"EventLog": {
"LogLevel": {
"TeraAPI.Controllers.SystemController": "Information"
}
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"AccountDbContext": "server=127.0.0.1;port=3306;user=sa;password=U6SjJk3ZyQhrv5tq;database=accountdb_2800"
},
"PasswordEncryptionConfig": {
"SHA512Enabled": true,
"Salt": "YOUR-SALT"
}
}
https://www.ibm.com/docs/en/sss/3.1....ion-over-tcpip
this is what i did with MSSQL 2016 on my side
Do I need to use Laragon if I'm using a dedicated physical server? I can't seem to get Arbiter working if Laragon is on.