AxiOwl Node Registry Explained
AxiOwl Node Registry Explained AxiOwl needs a practical answer to a simple routing question: when an operator says to reach a remote node, what machine is that, how should AxiOwl connect to it, and is the node still usable? The node registry is the small durable table that answers those questions. In the current AxiOwl […]
AxiOwl Remote Execution Without Open Manager Ports
AxiOwl Remote Execution Without Open Manager Ports Remote execution usually creates a security question before it creates an automation question: what has to be listening on the remote machine? AxiOwl's current remote design keeps that answer deliberately narrow. The Windows-side AxiOwl runtime acts as the local coordinator and remote provider, while the Linux-side package acts […]
AxiOwl Remote Nodes Explained
AxiOwl Remote Nodes Explained AxiOwl remote nodes are Linux machines that a local Windows AxiOwl installation can reach over SSH and use as remote Codex endpoints. They are not a generic cloud fallback layer, and they are not a second desktop UI. In the current implementation, the Windows build owns the local registry and coordinates […]
Using AxiOwl for Cross-Node Deployment Workflows
Using AxiOwl for Cross-Node Deployment Workflows Cross-node deployment work is where small mistakes become expensive. A command may start on a Windows workstation, hop over SSH to a Linux node, call a tool installed on that node, and then rely on a remote agent session to finish the job. AxiOwl is designed to make that […]
Using AxiOwl to Manage a Remote Server
Using AxiOwl to Manage a Remote Server Remote server work is usually split between two worlds: the local machine where the operator is thinking and the Linux host where the work needs to happen. AxiOwl's current remote-server path is built around making that boundary explicit. The local AxiOwl runtime keeps node records, verifies SSH reachability, […]
How to Use AxiOwl Across Multiple Computers
How to Use AxiOwl Across Multiple Computers AxiOwl is designed first as a local Windows coordinator for AI provider sessions. It discovers provider chats on the machine, records them in a registry, sends messages to named sessions, and exposes MCP tools so providers can reply with their real session identity. That local-first model matters when […]
How to Add a Remote Node to AxiOwl
How to Add a Remote Node to AxiOwl A remote node in AxiOwl is a Linux machine that the Windows AxiOwl coordinator can reach over SSH and use as a remote Codex delivery endpoint. The important part is not just that the host exists. AxiOwl needs a registered node row, a verified SSH path, a […]