Skip to content
Luiz Filho edited this page May 7, 2026 · 1 revision

Welcome to the PangyaSharp Wiki ⛳

PangyaSharp is a full private server implementation for Pangya JP, written in C# / .NET. This wiki covers everything you need to understand, configure, and run the project.


📚 Wiki Pages

Page Description
Architecture System overview, server diagram, and login flow
Servers All 5 servers: AuthServer, LoginServer, GameServer, RankingServer, MessengerServer
PangyaAPI Shared libraries: Network, SQL, Utilities, IFF.JP, Discord
Database & ODBC Setup Database layer, connection config, and step-by-step ODBC DSN setup
Configuration server.ini reference, channels, anti-DDoS, building and running
Game-Modes All supported game modes and GameServer systems
Security Anti-bot, DDoS filter, bans, and capability flags

⚡ Quick Start

1. Install SQL Server + ODBC Driver 17
2. Create System DSN named "pangya"  →  see Database & ODBC Setup
3. Restore NuGet packages in Visual Studio
4. Build solution (Release | Any CPU)
5. Start servers in order: Auth → Login → Game → Ranking → Messenger

🔗 Community

new_logo_v5

Clone this wiki locally