[ Documentation ]
rnx claim

rnx claim

rnx claim

Reserve a connected sim so other agents cannot send commands to it. Leases auto-expire after 60s of inactivity and refresh on every command from the owner. Prefer rnx open --new over claim --force when another agent is active, since the latter steals the lease mid-flight and breaks the other agent’s in-progress flow.

terminal
rnx claim [sim] [--force]

Options

flagdescription
--port <number>bridge port (defaults to 7668)
--sim <sim>target a specific connected sim
--forcesteal the lease from whoever currently holds it. only safe when you know the other holder is dead or abandoned; prefer rnx open --new to get a fresh sim instead

Examples

terminal
rnx claim
rnx claim a6
rnx claim a6 --force