Troubleshooting
This page covers solutions for the most common issues encountered in Cluster Terminal. If your issue is not listed here, reach out on Telegram or submit a bug report via the Feedback page.Connection Issues
Cannot connect to server
Cannot connect to server
Symptoms: Charts show a loading spinner indefinitely, or an error message about server connectivity appears.Solutions:
- Verify the server URL in Settings > Server. It should include the protocol and port (e.g.,
http://95.216.29.184:8080). - Check your internet connection — try opening the server URL in a browser. You should see a health check response.
- Ensure your firewall or VPN is not blocking the connection.
- If the server was recently updated or restarted, wait a minute and try again.
WebSocket disconnects frequently
WebSocket disconnects frequently
Symptoms: Real-time data stops updating, then resumes after a few seconds. The chart may show gaps in forming candles.Solutions:
- Check your internet stability — WebSocket connections are sensitive to network interruptions.
- If you are behind a corporate proxy or firewall, it may be terminating long-lived connections. Contact your network administrator.
- The application includes an integrity checker that detects stale data and automatically reconnects. If reconnection fails repeatedly, restart the application.
Data loads slowly
Data loads slowly
Symptoms: Charts take a long time to populate, especially on first load or when switching symbols.Solutions:
- Enable progressive loading in Settings if it is not already on. This loads data in chunks with a progress bar instead of waiting for the entire dataset.
- Reduce the history depth in Settings to load less data initially.
- Lower timeframes (1m) with deep history have more data to load. Start with a higher timeframe and drill down.
- Check server health — if the server is under heavy import load, response times may increase.
Chart Issues
Charts not loading or blank screen
Charts not loading or blank screen
Symptoms: The chart area is empty, shows a black screen, or displays a WebGL error.Solutions:
- WebGL support: Ensure your GPU drivers are up to date. Cluster Terminal requires WebGL 2.0.
- Hardware acceleration: Make sure hardware acceleration is not disabled in your system settings.
- Restart the application — temporary rendering issues are often resolved by a restart.
- Check GPU memory: If you have many panes open with heavy indicators, your GPU may run out of memory. Close some panes and try again.
Missing candles or gaps in data
Missing candles or gaps in data
Symptoms: Some candles are missing from the chart, creating visible gaps.Solutions:
- The integrity checker (Level 2) automatically detects and refetches missing data every 60 seconds. Wait a minute and the gaps should fill.
- If gaps persist, the server may not have imported data for that period yet. This is common for newly listed symbols or recent dates not yet processed by the daily import.
- Try changing the timeframe and changing back to force a data reload.
- Check the server admin dashboard for import status.
Cluster chart shows incorrect volumes
Cluster chart shows incorrect volumes
Symptoms: Volume levels on the cluster chart seem inflated or do not match expected values.Solutions:
- Verify the timeframe — cluster volumes aggregate differently on each timeframe.
- The forming (current) candle updates in real time and may show partial data until the candle closes.
- If the issue affects historical data, the server integrity digest should catch discrepancies. Force a data reload by switching timeframes.
Indicator Issues
Indicators not showing on chart
Indicators not showing on chart
Symptoms: An indicator was added but nothing appears on the chart.Solutions:
- Check if the indicator is hidden. Press
Ctrl + Clickon the indicator name in the panel to toggle visibility. - Some indicators require sufficient historical data. If you just loaded the chart, wait for the data to finish loading.
- Verify the indicator settings — some indicators have minimum bar count requirements or thresholds that may filter out signals on the current data range.
- Check if the indicator is in a separate sub-panel below the main chart. Some indicators (RSI, MACD, CVD) render in their own panes.
Indicators causing lag
Indicators causing lag
Symptoms: The chart becomes sluggish after adding multiple indicators.Solutions:
- Remove indicators you are not actively using.
- Increase the timeframe — 1m charts with many indicators process the most data.
- Reduce the number of visible panes — each pane runs its own indicator calculations.
- Close and reopen the tab to reset any accumulated state.
Some indicators are computationally heavier than others. Order flow indicators that process cluster data (Absorption Alpha, Stacked Imbalance, Clouds) use more CPU than simple moving averages.
Drawing Tool Issues
Drawings not appearing or disappearing
Drawings not appearing or disappearing
Symptoms: After placing a drawing, it vanishes when scrolling or switching tabs.Solutions:
- Drawings are per-tab. If you switch to a different tab, drawings from the previous tab are not visible.
- Check that you are not accidentally deleting drawings. Press
Ctrl + Zto undo the last action. - Zoom out to see if the drawing is outside the visible price range.
Cannot select or move a drawing
Cannot select or move a drawing
Symptoms: Clicking on a drawing does not select it, or the anchor handles do not appear.Solutions:
- Press
Escapefirst to ensure no drawing tool is active. You need to be in pointer mode to select existing drawings. - Click directly on the line, not near it. The click detection zone is narrow.
- If multiple drawings overlap, try clicking on a less crowded section of the drawing.
License Issues
License activation fails
License activation fails
Symptoms: After entering a license key and clicking Activate, an error appears.Solutions:
- Verify the key format:
CT-XXXX-XXXX-XXXX-XXXX(four groups of four characters separated by hyphens). - Check that the server URL is correct in Settings.
- Ensure the license has not expired — check with the administrator.
- If you have reached the maximum device limit, deactivate another device first.
- Verify your internet connection — activation requires communication with the server.
Trial expired but I did not use 7 days
Trial expired but I did not use 7 days
Symptoms: Trial shows as expired shortly after installation.Solutions:
- Trial duration is calculated from first launch, not from installation date. If you installed earlier but only opened the app now, the trial may have been counting since the initial launch.
- The trial period is configurable by the server administrator. It may have been set to fewer than 7 days.
- If this seems incorrect, contact support with your device information.
Auto-Update Issues
Auto-update fails or never completes
Auto-update fails or never completes
Symptoms: The update notification appears but the download fails, or the application does not update after restart.Solutions:
- Check your internet connection — the update requires downloading the installer from the server.
- Ensure no antivirus or firewall is blocking the download.
- If the update downloads but does not install, close all instances of Cluster Terminal completely and relaunch.
- As a fallback, download the latest installer manually and run it. See Auto Updates for details.
Performance Issues
High memory usage
High memory usage
Symptoms: The application uses more than 2-3 GB of RAM, or the system becomes sluggish.Solutions:
- Reduce the number of open panes and tabs. Each pane maintains its own data buffers.
- Switch to higher timeframes where possible — 1m cluster data consumes the most memory.
- Restart the application periodically to release accumulated memory.
- Close unused workspaces.
WebGL errors or rendering glitches
WebGL errors or rendering glitches
Symptoms: Visual artifacts on charts, garbled rendering, or explicit WebGL error messages.Solutions:
- Update your GPU drivers to the latest version.
- If using an integrated GPU (Intel), try switching to a dedicated GPU if available.
- Reduce the number of indicators and panes to lower GPU load.
- Restart the application — WebGL context can become corrupted after long sessions.