# Agent remoting issues on raspberry pi 3

**URL:** https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765
**Category:** zrok
**Created:** [June 21, 2025, 10:39pm UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765 "2025-06-21T22:39:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![alberttwong](https://yyz2.discourse-cdn.com/free1/user_avatar/openziti.discourse.group/alberttwong/32/3608_2.png) [@alberttwong](https://openziti.discourse.group/u/alberttwong)
#### Post date: [June 21, 2025, 10:39pm UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765/1 "2025-06-21T22:39:43Z")

</div>

Here are the details

```auto
pi@homebridge:~/.zrok $ zrok admin create identity agentremoting
panic: please set ZROK_ADMIN_TOKEN to a valid admin token for your zrok instance

goroutine 1 [running]:
main.mustGetAdminAuth()
        /__w/zrok/zrok/cmd/zrok/util.go:20 +0xb8
main.(*adminCreateIdentity).run(0x68c6f00, 0x6949088, {0x68c7b38, 0x1, 0x1})
        /__w/zrok/zrok/cmd/zrok/adminCreateIdentity.go:56 +0x1c8
github.com/spf13/cobra.(*Command).execute(0x6949088, {0x68c7b20, 0x1, 0x1})
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1019 +0x9a8
github.com/spf13/cobra.(*Command).ExecuteC(0x4eb1518)
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1148 +0x464
github.com/spf13/cobra.(*Command).Execute(...)
        /github/home/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go:1071
main.main()
        /__w/zrok/zrok/cmd/zrok/main.go:139 +0x20
pi@homebridge:~/.zrok $ zrok agent enroll

warning! proceeding will allow remote control of your zrok agent!

your agent will accept remote commands from:

https://api-v1.zrok.io

you should only proceed if you understand the implications of this action!

to proceed, type 'yes': yes

[ERROR]: error enrolling agent ([POST /agent/enroll] enroll (status 404): {})

```

---

<div class="post-metadata">

### Author: ![qrkourier](https://yyz2.discourse-cdn.com/free1/user_avatar/openziti.discourse.group/qrkourier/32/52_2.png) [@qrkourier](https://openziti.discourse.group/u/qrkourier)
#### Post date: [June 22, 2025, 12:52am UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765/2 "2025-06-22T00:52:44Z")

</div>

You can use the admin commands on your self hosted instance if you set the necessary env vars for the API endpoint and admin token. Are you following one of the self-hosting guides from [docs.zrok.io](http://docs.zrok.io)?

---

<div class="post-metadata">

### Author: ![alberttwong](https://yyz2.discourse-cdn.com/free1/user_avatar/openziti.discourse.group/alberttwong/32/3608_2.png) [@alberttwong](https://openziti.discourse.group/u/alberttwong)
#### Post date: [June 22, 2025, 4:07am UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765/3 "2025-06-22T04:07:09Z")

</div>

Not self hosting. I'm just trying to follow [Agent Remoting | zrok](https://docs.zrok.io/docs/guides/agent/remoting/)

---

<div class="post-metadata">

### Author: ![michael.quigley](https://yyz2.discourse-cdn.com/free1/user_avatar/openziti.discourse.group/michael.quigley/32/1123_2.png) [@michael.quigley](https://openziti.discourse.group/u/michael.quigley)
#### Post date: [June 22, 2025, 3:09pm UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765/4 "2025-06-22T15:09:21Z")

</div>

Agent remoting is not enabled in the [zrok.io](http://zrok.io) enviornment. It's currently only available in the open source codebase.

Agent remoting probably won't get enabled until there is UI for it available in the API console.

---

<div class="post-metadata">

### Author: ![PhilipGriffiths](https://yyz2.discourse-cdn.com/free1/user_avatar/openziti.discourse.group/philipgriffiths/32/341_2.png) [@PhilipGriffiths](https://openziti.discourse.group/u/PhilipGriffiths)
#### Post date: [June 23, 2025, 11:55am UTC](https://openziti.discourse.group/t/agent-remoting-issues-on-raspberry-pi-3/4765/5 "2025-06-23T11:55:19Z")

</div>

Following up @michaelquigley's comment, what is your use case for Agent Remoting?
