No recent activity
No clients connected
Disconnect all connected clients immediately. This action cannot be undone.
| Key Name | API Key | Created | Last Used | Status | Actions |
|---|---|---|---|---|---|
| No authentication keys created yet | |||||
Client authentication keys allow you to secure WebSocket connections. Clients must provide a valid API key to connect.
const ws = new WebSocket('ws://your-server.com');
ws.onopen = () => {
ws.send(JSON.stringify({
type: 'authenticate',
apiKey: 'your-api-key-here'
}));
};
Test interfaces for different WebSocket client types and commands
Test and execute various commands on connected WebSocket clients including execute_program, curl_request, cmd_command, check_process, ensure_process, and exit commands.
Request and view FIFO (First-In-First-Out) inventory calculations for articles. Get detailed breakdown of stock, pricing, and transaction history.
Basic WebSocket client for testing authentication, connection, and sending/receiving messages. Ideal for testing API keys and general WebSocket connectivity.
Send sample apiRequest messages (read / write / default) to the server to exercise database operations.
These test interfaces allow you to interact with different WebSocket client types. Each page is designed for specific client functionality and provides real-time testing and response visualization.
Authentication: Command Test and FifoInfo Test require control panel login. WebSocket Client Test is publicly accessible but requires an API key for WebSocket authentication.
This is the only time you'll see this key. Make sure to save it now!