You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -419,6 +419,10 @@ The following configuration defines the specifications for the GCP virtual machi
419
419
420
420
The following script will install `cloudflared` and run the tunnel as a service. This example also installs a lightweight HTTP application that you can use to test connectivity.
421
421
422
+
:::note
423
+
If you would prefer to manually install the tunnel, refer to [Install and run the tunnel](/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel-api/#4-install-and-run-the-tunnel).
424
+
:::
425
+
422
426
1. In your configuration directory, create a Terraform template file:
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel-api.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,17 @@ To configure Zero Trust policies and connect as a user, refer to [Connect privat
142
142
143
143
Install `cloudflared` on your server and run the tunnel using the `token` value obtained in [2. Create a tunnel](#2-create-a-tunnel). You can also get the tunnel token using the [Cloudflare Tunnel token](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/token/methods/get/) endpoint.
144
144
145
-
<Tabs> <TabItemlabel="Windows">
145
+
<Tabs> <TabItemlabel="Linux">
146
+
147
+
1.[Download and install](https://pkg.cloudflare.com/index.html)`cloudflared`.
148
+
149
+
2. Run the following command:
150
+
151
+
```sh
152
+
sudo cloudflared service install <tunnel-token>
153
+
```
154
+
155
+
</TabItem> <TabItemlabel="Windows">
146
156
147
157
1.[Download and install](/cloudflare-one/connections/connect-networks/downloads/#windows)`cloudflared`.
148
158
@@ -158,16 +168,6 @@ Install `cloudflared` on your server and run the tunnel using the `token` value
158
168
159
169
1.[Download and install](/cloudflare-one/connections/connect-networks/downloads/#macos)`cloudflared`.
160
170
161
-
2. Run the following command:
162
-
163
-
```sh
164
-
sudo cloudflared service install <tunnel-token>
165
-
```
166
-
167
-
</TabItem> <TabItemlabel="Linux">
168
-
169
-
1.[Download and install](https://pkg.cloudflare.com/index.html)`cloudflared`.
0 commit comments