Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 920742a

Browse files
authored
feat: add troubleshooting section and connectivity entry (#184)
Signed-off-by: Toma Puljak <[email protected]>
1 parent 675b568 commit 920742a

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@ export default defineConfig({
175175
icon: 'pulse.svg',
176176
},
177177
},
178+
{
179+
label: 'Troubleshooting',
180+
link: '/misc/troubleshooting',
181+
attrs: {
182+
icon: 'warning.svg',
183+
},
184+
},
178185
],
179186
},
180187
],

src/assets/sidebar/warning.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Troubleshooting
3+
description: Troubleshooting Daytona
4+
sidebar:
5+
label: Troubleshooting
6+
---
7+
8+
You can use the following troubleshooting tips to resolve common issues with Daytona.
9+
10+
## Connectivity Issues
11+
12+
### VPNs and Firewalls
13+
14+
If your VPN is configured to handle all IP traffic or if your Firewall is configured to block certain IP addresses, they may prevent Daytona from successfully connecting to our reverse proxy service.
15+
The issue can be manifested in different ways, including:
16+
17+
- Unable to start the Daytona Server due to a `control not running` error
18+
- Unable to successfully create Workspaces due to a `Failed to connect to server: Get "http://server/health": lookup server...` error
19+
- Unable to enter a Workspace using `daytona code` or `daytona ssh` due to a timeout in establishing a Tailscale connection
20+
21+
To work around this issue, you may need to add the following IP address exceptions to your VPN or Firewall:
22+
23+
- `35.198.165.62` - Europe-based reverse proxy
24+
- `34.133.75.4` - US-based reverse proxy

0 commit comments

Comments
 (0)