Skip to content

Commit 34f3bc8

Browse files
committed
add remote debug for troubleshooting page
1 parent d24375c commit 34f3bc8

File tree

6 files changed

+845
-0
lines changed

6 files changed

+845
-0
lines changed
20.7 KB
Loading
52.7 KB
Loading
61.8 KB
Loading
152 KB
Loading

src/pages/how-to/troubleshooting-client.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,38 @@ If you uncheck this option, a bundle will be generated without running this step
177177
</p>
178178
Once the bundle generation is complete, you can click on `Copy Key` to get the uploaded key and share with NetBird\'s team.
179179

180+
### Debug bundle uploads via Dashboard
181+
Since version `0.45.0`, administrators can trigger debug bundle uploads directly from the Management Dashboard to any peer in the mesh.
182+
183+
#### To upload a debug bundle from the Dashboard:
184+
185+
1. Go to the peer you want to debug.
186+
<p>
187+
<img src="/docs-static/img/troubleshooting-client/remote_job/remote_job_steps.png" alt="remote_job_steps" className="imagewrapper-big"/>
188+
</p>
189+
190+
2. Choose **Debug Bundle** and configure the parameters.
191+
<p>
192+
<img src="/docs-static/img/troubleshooting-client/remote_job/remote_job_parms.png" alt="remote_job_parms" className="imagewrapper-big"/>
193+
</p>
194+
195+
<Note>
196+
`Log File Count` must be between **1** and **1000**.
197+
• If `bundle_for` is enabled, the duration must be between **1** and **5 minutes**.
198+
</Note>
199+
200+
3. Wait for the process to finish.
201+
<p>
202+
<img src="/docs-static/img/troubleshooting-client/remote_job/remote_job_pending.png" alt="remote_job_pending" className="imagewrapper-big"/>
203+
</p>
204+
205+
4. Copy the `Upload Key` once the job is completed.
206+
<p>
207+
<img src="/docs-static/img/troubleshooting-client/remote_job/remote_job_completed.png" alt="remote_job_completed" className="imagewrapper-big"/>
208+
</p>
209+
210+
For API-based uploads, see the [Jobs API reference](/api/resources/jobs).
211+
180212
## Enabling debug logs on agent
181213

182214
Logs can be temporarily set using the following command.

0 commit comments

Comments
 (0)