2024年11月15日星期五 下午12:14:16

Home Assistant Remote access 2024.1.4(aliyun vps server+ frp+raspberry pi 3B+)How to install Raspberry Pi OS Lite (64-bit)

2 年 前
#3748 引用
aliyun vps OS: Ubuntu 18.04.6 LTS(64-bit)
Raspberry Pi OS: Raspberry Pi OS Lite (64-bit)
0
2 年 前
#3749 引用
Raspberry Pi OS Lite (64-bit) on Raspberry Pi  3B+

# lsb_release -a
No LSB modules are available.
Distributor ID:  Debian
Description:  Debian GNU/Linux 12 (bookworm)
Release:  12
Codename:  bookworm



# arch
aarch64



How To Install and uninstall reinstall Nginx on aliyun vps server


https://home-assisant.msly.cn/blog/home-assistant-remote-access-part-3/

https://www.iaspnetcore.com/Blog/BlogPost/5d9865cc72c1772b244afe0f/how-to-install-and-uninstall-reinstall-nginx-on-ubuntu-1804aliyun
0
2 年 前
#3750 引用
frp_0.45.0_linux_amd64  vps on aliyun



~# lsb_release -a
LSB Version:  core-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID:  Ubuntu
Description:  Ubuntu 18.04.6 LTS
Release:  18.04
Codename:  bionic




~# arch
x86_64




### Linux Intel 64-bit ###

wget https://github.com/fatedier/frp/releases/download/v0.45.0/frp_0.45.0_linux_amd64.tar.gz
0
2 年 前
#3751 引用
sudo systemctl status nginx
0
2 年 前
#3804 引用
1
0
2 年 前
#3805 引用



Welcome to nginx!cn618
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.
0
9 个月 前
#28470 引用
1
0
9 个月 前
#28471 引用
1
0
9 个月 前
#28472 引用
Raspberry Pi OS Lite (64-bit) on rpi 3b+  frpc


step 1.Download and Install frpc on Raspberry Pi OS Lite (64-bit) on rpi 3b+

### Linux ARM 64-bit ###


cd /root


wget https://github.com/fatedier/frp/releases/download/v0.45.0/frp_0.45.0_linux_arm64.tar.gz
tar xzvf frp_0.45.0_linux_arm64.tar.gz

@raspberrypi:~# cd /usr/local
@raspberrypi:/usr/local# mkdir frp

cd /root
mv ./frp_0.45.0_linux_arm64/*  /usr/local/frp



output
root@raspberrypi:~#  tar xzvf frp_0.45.0_linux_arm64.tar.gz
frp_0.45.0_linux_arm64/
frp_0.45.0_linux_arm64/LICENSE
frp_0.45.0_linux_arm64/frps
frp_0.45.0_linux_arm64/frpc
frp_0.45.0_linux_arm64/frpc_full.ini
frp_0.45.0_linux_arm64/frps.ini
frp_0.45.0_linux_arm64/frpc.ini
frp_0.45.0_linux_arm64/frps_full.ini
root@raspberrypi:~# cd frp_0.45.0_linux_arm64
root@raspberrypi:~/frp_0.45.0_linux_arm64# ls -l
total 23912
-rwxr-xr-x 1 1001 docker 10682368 Oct 26  2022 frpc
-rw-r--r-- 1 1001 docker    10934 Oct 26  2022 frpc_full.ini
-rw-r--r-- 1 1001 docker      126 Oct 26  2022 frpc.ini
-rwxr-xr-x 1 1001 docker 13762560 Oct 26  2022 frps
-rw-r--r-- 1 1001 docker     5686 Oct 26  2022 frps_full.ini
-rw-r--r-- 1 1001 docker       26 Oct 26  2022 frps.ini
-rw-r--r-- 1 1001 docker    11358 Oct 26  2022 LICENSE
0
9 个月 前
#28473 引用
step 2.Test frpc on Raspberry Pi OS Lite (64-bit) on rpi 3b+


# /usr/local/frp/frpc -c /usr/local/frp/frpc.ini

output

2024/02/06 15:40:19 [W] [service.go:132] login to server failed: dial tcp 127.0.0.1:7000: connect: connection refused
dial tcp 127.0.0.1:7000: connect: connection refused
0