Everything you need to get started with Secronyx and make the most of intent-driven diagnostics.
Visit the Downloads page and choose the installer for your operating system.
Run the MSI installer. The agent will be installed as a Windows service and start automatically.
Open the PKG file and follow the prompts. The agent runs as a LaunchDaemon.
Use dpkg, rpm, or extract the tarball. The agent installs as a systemd service.
# Debian/Ubuntu
sudo dpkg -i mcp-sysinfo-linux-amd64.deb
# RHEL/CentOS/Fedora
sudo rpm -i mcp-sysinfo-linux-amd64.rpm
Go to your Dashboard and sign in. Your machine should appear as a registered instance within a few moments.
Click the "Chat" button next to your instance to start asking questions about your system. Try asking things like:
C:\ProgramData\Secronyx\config.json
/etc/secronyx/config.json
/etc/secronyx/config.json
# Check status
sc query "MCP System Info"
# Restart service
net stop "MCP System Info" && net start "MCP System Info"
# Check status
sudo launchctl list | grep secronyx
# Restart service
sudo launchctl unload /Library/LaunchDaemons/com.secronyx.mcp-sysinfo.plist
sudo launchctl load /Library/LaunchDaemons/com.secronyx.mcp-sysinfo.plist
# Check status
sudo systemctl status mcp-sysinfo
# Restart service
sudo systemctl restart mcp-sysinfo
The Secronyx chat interface lets you interact with your systems using natural language. The AI will translate your questions into the appropriate diagnostic queries and provide analyzed results.
"Why is this machine running slow?"
The AI will check CPU usage, memory consumption, disk I/O, and running processes to identify potential bottlenecks.
"Check the security posture of this system"
The AI will review firewall status, user accounts, security software, and recent security events.
"Show me recent errors in the logs"
If log access is enabled, the AI will search system and application logs for errors and warnings. Log access is customer-configurable with optional redaction and encryption.
"What software is installed and are there any updates pending?"
The AI will enumerate installed applications and check for available updates where possible.