Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ By default, Cloudflare Tunnel expects all of the configuration to exist in the `
```sh
cloudflared service install
```
> **Note**
> Installing the `cloudflared` systemd service on Linux typically
> requires elevated privileges. When the install command is run with
> `sudo`, `$HOME` points to `/root`, which may prevent `cloudflared` from
> locating a configuration file created in
> `/home/<USER>/.cloudflared/config.yml`.
>
> In this case, the config path can be passed explicitly:
>
> ```sh
> sudo cloudflared --config /home/<USER>/.cloudflared/config.yml service install
> ```

2. Start the service.

Expand Down