Search Results

Found 1 results for "080e0697235b11176d7713b2f591cabe" across all boards searching md5.

76.176.129.250:8080 /vm/1852867#1852867
7/14/2025, 2:22:11 AM
MY SERVER 76.176.129.250:8080


EDIT:
This is a retail server file package modified used by rGE private server.
Intel Xeon


Server Setup Procedures:
0. Install Windows OS
1. Install MSSQL Server, just a basic installation unless you plan to add some other db features.
2. Extract the GE server files (note that AV may flag ./rGE_server/release/BugTrap.dll and the one on the client files, so you may wish to exempt this from AV). It is recommended to put the extracted rGE_server folder into the root directory of the windows install as some paths may be hardcoded to the server.
3. Navigate to the ./rGE_server/SQL/ and run 0. ODBC.reg to configure ODBC.
4. Open SSMS and in order open and execute (should be RESOURCE, RESOURCE_LOG, GE_DATA, GE_LOG, and then DATA).
5. In SSMS, RESOURCE DB's dbo.MACHINE . IP for ZONE@MACHINE1
7. Open ports. 8000, 8001, 7002-7023, 7030, 7031.

Server Startup Procedures:
1. Launch ./rGE_server/ManagerHub.bat
2. Launch ./rGE_server/ManagerNode_1.bat and ./rGE_server/ManagerNode_2.bat
3. Launch ./rGE_server/server_release/ManagerClient_Release.exe ignore the warning and in the top left of the window, click login, and use the credentials you configured on step 6 of setup procedures.
4. node LOCAL@MACHINE1. Select both daemons. Right click and run these.
5. node ZONE@MACHINE1 and select all zones you wish to start.

Connecting to the game server with client:
1. Copy the contents of ./rGE_server/release/ to your client's release folder.
2. Open client directory, and navigate to the release folder. Edit serverlist.xml and set Server0_IP and Server1_IP to the IP of the server.
3. Right-click rGE.exe ,createte shortcut & In the shortcut' target, add -SERVICE to the end.
4. Launch via shortcut created.

USE [RESOURCE]
GO
INSERT [dbo].[ACCOUNT_INFO] ([MEMBER_ID], [PASS], [CLASS]) VALUES ('Username', 'MD5_Hash_of_Password', 1);