Compare commits

...

3 Commits

Author SHA1 Message Date
Tavis d25b80e2bf
fix: update cloudflared steps to ensure its persistent between reboots (#1320)
Co-authored-by: horsepill <horsepill@horsepill.lan>
3 weeks ago
Maxim Devaev 63c3905a79 redirect all questions to discord 3 weeks ago
Marek Vigaš efce84ab84
fix typo (#1321) 3 weeks ago

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: "⛔ Support or Question"
url: https://discord.gg/bpmXfz5
about: "Please don't use GitHub for asking questions. If you simply have a question, then the Discord chat is the best place to ask it. You will get an answer there much faster than here!"

@ -38,22 +38,37 @@
# chmod +x /usr/local/bin/cloudflared
# cloudflared version
```
2. Install the Cloudflare tunnel service to Cloudflared:
2. Update /etc/systemd/resolved.conf and set cloudflare nameservers.
```
# sudo vim /etc/systemd/resolved.conf
# Uncomment DNS line and set 'DNS=1.1.1.1 1.0.0.1'
# systemctl restart systemd-resolved
```
3. Install the Cloudflare tunnel service to Cloudflared.
```
# sudo cloudflared service install SERVICE_TOKEN_HERE
```
3. Open a web browser and attempt to connect
4. Ensure cloudflared service is enabled so it starts on boot.
```
# sudo systemctl enable cloudflared
```
5. Open a web browser and attempt to connect to your tunnel.
4. Drop back in to read only mode
6. Drop back in to read only mode
```
# ro
```
7. Reboot pikvm and ensure your tunnel comes back up. This may take a few minutes.
## Updating Cloudflared
Use these commands to update Cloudflared:

@ -24,7 +24,7 @@
* **HDMI input** (the **bottom right** on the **back** side) and **OTG** port (USB emulation) should be connected to the computer. Optionally, the **[ATX port](atx_board.md)** can be connected to control the power. There should be no USB hub between PiKVM and the computer, as some UEFI/BIOS cannot detect them at the boot stage.
* Connect **Ethernet** (**bottom right** on the **front** size) to the network using the cable from the kit. The kit includes two Ethernet cables of different colors: one for the network, the second for ATX. Use whichever one you like best.
* Connect **Ethernet** (**bottom right** on the **front** side) to the network using the cable from the kit. The kit includes two Ethernet cables of different colors: one for the network, the second for ATX. Use whichever one you like best.
* Use the power supply and turn on PiKVM. The Mini comes with USB-C 5V power supply, and Plus with Barrel 12V. Use the appropriate connector on the **front** side. Please note that Plus can also work from 5V, in this case, do not connect a 12V power supply and don't create a significant power load on USB (external flash sticks, cameras, and so on).

Loading…
Cancel
Save