- Reporting an Issue: Steps to report an issue to the Agentkube team
Troubleshooting
1
Check authentication status
Authentication issues can prevent Agentkube from accessing its services.Verify authentication: Go to
Settings
> Account
and ensure you’re signed in. If the page keeps loading, right-click and reload it once.Re-authenticate: If authentication fails, sign out and sign back in to refresh your session.2
Clear app data
This deletes your app data, including settings, themes, and installation-related data. Export your profile first to preserve this data.Agentkube stores app data outside the app for restoration between updates and reinstallations.Windows: Run these commands in Command Prompt:MacOS: Run
sudo rm -rf ~/Library/Application\ Support/platform.agentkube.app
and rm -f ~/.agentkube.json
in Terminal.Linux: Run rm -rf ~/.agentkube ~/.config/platform.agentkube.app/
in Terminal.3
Uninstall Agentkube
Windows: Search “Add or Remove Programs” in Start Menu, find “Agentkube”, click “Uninstall”.MacOS: Open Applications folder, right-click “Agentkube”, select “Move to Trash”.Linux:
- For .deb packages:
sudo apt remove agentkube
- For .rpm packages:
sudo dnf remove agentkube
orsudo yum remove agentkube
- For AppImage: Delete the Agentkube.appimage file from its location.
4
Reinstall Agentkube
Reinstall from the Downloads page. Without cleared app data, Agentkube restores to its previous state. Otherwise, you get a fresh install.
Accessing Logs
Agentkube logs can help diagnose issues. The logs are located at: MacOS:~/Library/Logs/platform.agentkube.app/
Windows: %APPDATA%/platform.agentkube.app/logs/
Linux: ~/.config/platform.agentkube.app/logs/
The binary logs include:
orchestrator.log
andorchestrator-error.log
operator.log
andoperator-error.log
Reporting an Issue
If these steps don’t help, report an issue on GitHub Issues. For quick resolution, provide: Screenshot of Issue: Capture a screenshot, redact sensitive information. Steps to Reproduce: Document exact steps to reproduce the issue. System Information: Get system info from:Agentkube
> Settings
> Updates
Logs: Access logs from the locations mentioned above.