Setup Guide
Download NeroGPT Desktop App
Download the NeroGPT Desktop application for Windows.
System Requirements:
- Windows 10/11 (64-bit)
- 4GB RAM minimum
- Google Chrome installed
Enter your Product Key to activate
After installing, launch NeroGPT and enter your Product Key.
1. Open NeroGPT Desktop App
2. Enter your Product Key from the dashboard
3. Click "Activate"
4. Your license expiry date will show in the taskbar
Add your ChatGPT accounts via Chrome
Add your ChatGPT accounts by opening Chrome instances:
1. Click "Add Chrome" in the desktop app
2. A Chrome window will open - log in to your ChatGPT account
3. Give each Chrome a name (e.g., "Account 1")
4. The account will appear in your Dashboard in real-time
5. Click "Test" to verify the connection
6. You can show/hide Chrome windows from the app
Free plan: 2 accounts | Pro: 5 accounts | Enterprise: 20+
Configure Open Claw with your API endpoint
Configure Open Claw or any OpenAI-compatible client:
For Open Claw:
# In Open Claw settings: # 1. Go to Settings > AI Provider # 2. Select "OpenAI Compatible" # 3. Set Base URL to your API endpoint # 4. Set API Key to your NeroGPT API key # 5. Select your preferred model
For Cursor / Continue.dev:
{
"apiBase": "YOUR_API_ENDPOINT",
"apiKey": "YOUR_API_KEY",
"model": "gpt-4o"
}cURL Test:
curl -X POST YOUR_API_ENDPOINT \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'Quick Setup with AI Agent
If you already have an AI agent, copy the setup prompt from your Dashboard and paste it directly to your agent. It will auto-configure everything including your API key.
Go to Dashboard to get your setup prompt →