Manage¶
Managing Services¶
| Operation | Command |
|---|---|
| Check Status | docker-compose ps |
| View All Containers | docker ps |
| View Portal Logs | tail -f logs/iq-portal/app.log |
| View Agent Logs | tail -f logs/iq-agent/app.log |
| Restart All | docker-compose restart |
| Restart Specific | docker-compose restart <service-name> |
| Stop Services | docker-compose down |
Logs Directory Structure:
| Text Only | |
|---|---|
Troubleshooting Tips:
- Verify API keys in
.envfile - Check network connectivity to AI provider APIs
- Review firewall settings for remote access
Uninstallation¶
-
Stop and remove containers:
-
Remove Docker images:
Bash -
Clean up files:
Bash -
Verify cleanup:
Should return no results if all containers are removed.Bash -
Logout (optional):
Bash
Data Loss Warning
Using -v flag permanently deletes all data including databases, configurations, and logs.
Next Steps¶
-
Set up Data Sources
-
Create IQ Space
-
Get Started