Setting up a private server typically requires a set of server-side files (often referred to as "server files" or "source") and a specific environment to host the game's database and services.
5.2 Performance Tuning
Increase MySQL max_connections to 200+.
Use --threads=4 parameter for GameServer.exe if CPU permits.
Disable Windows Defender real-time scanning on the server folder.
Retain multiple snapshots and rotate old backups.
Test restore procedure periodically.
# Example on Ubuntu
export JAVA_HOME=/path/to/jdk
export PATH=$JAVA_HOME/bin:$PATH
6. Common Issues & Fixes
| Problem | Likely Fix |
|---------|-------------|
| “Cannot connect to DB” | Check ODBC DSN names, SQL authentication, and firewall |
| Login server crashes | Ensure LoginServer.ini has correct IP and DB access |
| Character creation fails | Check CharServer logs – missing stored procedures |
| GameServer high CPU | Limit max players, run on dedicated core |
| Port already in use | Kill processes using netstat -ano, change ports if needed |
Go to the JetBrains website and navigate to the RayCity product page.
Click on the "Download" button to download the RayCity installation package. You can choose from various installation options, including a ZIP archive, a Docker image, or a Helm chart.
Select the installation package that corresponds to your operating system and architecture.
While RayCity is an older title, the installation "pieces" generally consist of the following components: 1. Required Server Files The "pieces" mentioned in server setups usually refer to:
Kael launched the client. The familiar, high-octane loading music blasted through his headphones, a sound he hadn't heard in over a decade. His avatar—a pristine, white luxury sedan—spawned in the middle of a deserted intersection.
The database is the heart of your server, storing player accounts and vehicle data.
Contact us at
If you want to order services for your vectors from VectorBuilder please click here. | Privacy Policy
By browsing our site, you accept cookies used to improve your
experience. Our
privacy policy
can be found here.
OK
VectorBee 2.7.0 was released on July 2, 2025, including 20+ new/optimized features. Click here for details.
Setting up a private server typically requires a set of server-side files (often referred to as "server files" or "source") and a specific environment to host the game's database and services.
5.2 Performance Tuning
Increase MySQL max_connections to 200+.
Use --threads=4 parameter for GameServer.exe if CPU permits.
Disable Windows Defender real-time scanning on the server folder.
Retain multiple snapshots and rotate old backups.
Test restore procedure periodically.
# Example on Ubuntu
export JAVA_HOME=/path/to/jdk
export PATH=$JAVA_HOME/bin:$PATH
6. Common Issues & Fixes
| Problem | Likely Fix |
|---------|-------------|
| “Cannot connect to DB” | Check ODBC DSN names, SQL authentication, and firewall |
| Login server crashes | Ensure LoginServer.ini has correct IP and DB access |
| Character creation fails | Check CharServer logs – missing stored procedures |
| GameServer high CPU | Limit max players, run on dedicated core |
| Port already in use | Kill processes using netstat -ano, change ports if needed |
Go to the JetBrains website and navigate to the RayCity product page.
Click on the "Download" button to download the RayCity installation package. You can choose from various installation options, including a ZIP archive, a Docker image, or a Helm chart.
Select the installation package that corresponds to your operating system and architecture.
While RayCity is an older title, the installation "pieces" generally consist of the following components: 1. Required Server Files The "pieces" mentioned in server setups usually refer to:
Kael launched the client. The familiar, high-octane loading music blasted through his headphones, a sound he hadn't heard in over a decade. His avatar—a pristine, white luxury sedan—spawned in the middle of a deserted intersection.
The database is the heart of your server, storing player accounts and vehicle data.
The Linux version is coming soon!
We are currently developing VectorBee for Linux, and it will be available soon. For more information, please contact us at .