- Click + Add Server on the main screen
- Fill in the server details:
- Name — Display name (e.g., "My Community Server")
- Description — Optional description
- Address — Server IP or hostname
- Port — Game port (default: 7000)
- Click Add
Click any server in the list to select it. The active server is highlighted with a cyan border. The selected server's address is passed to the game on launch.
Click the x button on any server entry to remove it.
If a Neocron management API is running:
- Click API Login
- Enter your credentials
- After login, click Import Servers
- The launcher calls
GetAvailableApplicationsandGetEndpointsto fetch server endpoints - Imported servers are added to your server list
Set the API base URL in Settings > General > API Base URL. Default: http://api.neocron-game.com:8100
The API provides three SOAP services:
- SessionManagement — Login, logout, session validation
- LauncherInterface — Application listing, server endpoints
- PublicInterface — Server statistics
For the Neocron emulator (Irata):
- Start the Irata server:
java -jar irata-1.0-SNAPSHOT.jar - Add a server with address
127.0.0.1and port7000 - Select it and click LAUNCH

