Skip to content

Commit e5145ac

Browse files
updates
1 parent db0f6b3 commit e5145ac

File tree

3 files changed

+49
-46
lines changed

3 files changed

+49
-46
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The WARP client consists of:
2323

2424
Refer to [WARP architecture](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/) for more information on how WARP client interacts with a device's operating system to route traffic.
2525

26+
## WARP installation details
27+
28+
<Render file="warp/warp-installation-details" />
29+
2630
## Key benefits of using WARP
2731

2832
Deploying the WARP client significantly enhances your organization's security and visibility within Cloudflare Zero Trust:

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide.mdx

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -34,52 +34,7 @@ Review the WARP client’s architecture, installation paths, and modes to help y
3434

3535
### WARP installation details
3636

37-
The GUI and daemon (or service) have different names and are stored in the following locations:
38-
39-
<details>
40-
<summary>Windows</summary>
41-
42-
| | Windows |
43-
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
44-
| **Service / Daemon** | `C:\Program Files\Cloudflare\Cloudflare WARP\warp-svc.exe` |
45-
| **GUI application** | `C:\Program Files\Cloudflare\Cloudflare WARP\Cloudflare WARP.exe` |
46-
| **Logs Location** | <details><summary>Daemon</summary><br/>`C:\ProgramData\Cloudflare\`</details><br/><details><summary>GUI Logs</summary><br/>`C:\Users\<USER>.WARP\AppData\Local`<br/>or<br/>`%LOCALAPPDATA%\Cloudflare`</details> |
47-
48-
</details>
49-
50-
<details>
51-
<summary>macOS</summary>
52-
53-
| | macOS |
54-
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55-
| **Service / Daemon** | `/Applications/Cloudflare WARP.app/Contents/Resources/CloudflareWARP` |
56-
| **GUI application** | `/Applications/Cloudflare WARP.app/Contents/MacOS/Cloudflare WARP` |
57-
| **Logs Location** | <details><summary>Daemon</summary><br/>`/Library/Application Support/Cloudflare/`</details><br/><details><summary>GUI Logs</summary><br/>`~/Library/Logs/Cloudflare/`</details> |
58-
59-
</details>
60-
61-
<details>
62-
<summary>Linux</summary>
63-
64-
| | Linux |
65-
| -------------------- | ---------------------------------------------------------- |
66-
| **Service / Daemon** | `/bin/warp-svc` |
67-
| **GUI application** | `/bin/warp-taskbar` |
68-
| **Logs Location** | `/var/log/cloudflare-warp/`<br/>`/var/lib/cloudflare-warp` |
69-
70-
</details>
71-
72-
Along with the WARP GUI and daemon, `warp-cli` and `warp-diag` are also [installed](/cloudflare-one/connections/connect-devices/warp/download-warp/) on the machine and added to the system path for use from any terminal session.
73-
74-
[`warp-diag`](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/) is a command-line diagnostics tool that collects logs, configuration details, and connectivity data from the WARP client to help troubleshoot issues.
75-
76-
`warp-cli` is the command-line interface (CLI) for managing and configuring the Cloudflare WARP client, allowing users to connect, disconnect, and adjust settings programmatically.
77-
78-
:::tip
79-
80-
Run `warp-cli help` and `warp-diag help` in your terminal to review the available subcommands and options.
81-
82-
:::
37+
<Render file="warp/warp-installation-details" />
8338

8439
### WARP modes
8540

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
{}
3+
---
4+
5+
The GUI and daemon (or service) have different names and are stored in the following locations:
6+
7+
<details>
8+
<summary>Windows</summary>
9+
10+
| | Windows |
11+
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12+
| **Service / Daemon** | `C:\Program Files\Cloudflare\Cloudflare WARP\warp-svc.exe` |
13+
| **GUI application** | `C:\Program Files\Cloudflare\Cloudflare WARP\Cloudflare WARP.exe` |
14+
| **Logs Location** | <details><summary>Daemon</summary><br/>`C:\ProgramData\Cloudflare\`</details><br/><details><summary>GUI Logs</summary><br/>`C:\Users\<USER>.WARP\AppData\Local`<br/>or<br/>`%LOCALAPPDATA%\Cloudflare`</details> |
15+
16+
</details>
17+
18+
<details>
19+
<summary>macOS</summary>
20+
21+
| | macOS |
22+
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
23+
| **Service / Daemon** | `/Applications/Cloudflare WARP.app/Contents/Resources/CloudflareWARP` |
24+
| **GUI application** | `/Applications/Cloudflare WARP.app/Contents/MacOS/Cloudflare WARP` |
25+
| **Logs Location** | <details><summary>Daemon</summary><br/>`/Library/Application Support/Cloudflare/`</details><br/><details><summary>GUI Logs</summary><br/>`~/Library/Logs/Cloudflare/`</details> |
26+
27+
</details>
28+
29+
<details>
30+
<summary>Linux</summary>
31+
32+
| | Linux |
33+
| -------------------- | ---------------------------------------------------------- |
34+
| **Service / Daemon** | `/bin/warp-svc` |
35+
| **GUI application** | `/bin/warp-taskbar` |
36+
| **Logs Location** | `/var/log/cloudflare-warp/`<br/>`/var/lib/cloudflare-warp` |
37+
38+
</details>
39+
40+
Along with the WARP GUI and daemon, `warp-cli` and `warp-diag` are also [installed](/cloudflare-one/connections/connect-devices/warp/download-warp/) on the machine and added to the system path for use from any terminal session.
41+
42+
[`warp-diag`](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/) is a command-line diagnostics tool that collects logs, configuration details, and connectivity data from the WARP client to help troubleshoot issues.
43+
44+
`warp-cli` is the command-line interface (CLI) for managing and configuring the Cloudflare WARP client, allowing users to connect, disconnect, and adjust settings programmatically.

0 commit comments

Comments
 (0)