Method for Automatically Starting Frp Backend on Linux (Ubuntu)

Method for Automatically Starting Frp Backend on Linux (Ubuntu)

Background Summary Operating System: Ubuntu. The goal is to allow my frp backend to start automatically without interfering with other tasks, especially since the server often undergoes maintenance and reboots. Steps 1. Log into the server and enter sudo vim /lib/systemd/system/frps.service. This essentially creates a new file named frps.service in the /lib/systemd/system directory. Write the … Read more

The Ultimate Tool for Intranet Penetration: frp Makes Your Home Server Publicly Accessible

The Ultimate Tool for Intranet Penetration: frp Makes Your Home Server Publicly Accessible

For those of you in the tech field, have you ever encountered the frustration of wanting to access your home NAS from the office, connect to a lab server while outside, or let friends experience your locally developed website, but are hindered by the lack of a public IP or unwillingness to pay for a … Read more

G5301 Edge Computing Gateway OpenWrt – Internal Network Penetration

G5301 Edge Computing Gateway OpenWrt - Internal Network Penetration

The G5301 supports the latest OpenWrt 24.09, with the following information summary: Default Information — Important LAN1 is set as the WAN port by default, dynamically obtaining an IP from the upstream router. For security reasons, the WAN port cannot be accessed via Luci WEB or SSH by default. LAN2 is set as the LAN … Read more

Lessons Learned from Integrating ESP32 with a Self-Built Backend: OTA Address Configuration

Lessons Learned from Integrating ESP32 with a Self-Built Backend: OTA Address Configuration

1 Project Background I deployed the open-source project XiaoZhi Backend Service (replacing the official service <span>https://xiaozhi.me</span>) in a Windows + WSL2 Ubuntu 22.04 environment using Docker. The deployment success log is as follows: Key Objective: To integrate the self-built service with the ESP32 smart voice hardware, achieving OTA (Over-The-Air) firmware updates and WebSocket communication. 2 … Read more

No Public IP! Complete Solutions for TCP/UDP/HTTP/HTTPS!

No Public IP! Complete Solutions for TCP/UDP/HTTP/HTTPS!

With FRP, easily break through the limitations of internal networks and firewalls to expose local services to the internet. This is cost-effective and efficient for developers and operations personnel scattered across various locations, especially for small companies or individuals, making it particularly suitable for scenarios that require rapid deployment and access! What is FRP? Understand … Read more

Home Server Setup: Complete Guide Using Overseas Hosting and NAT Traversal

Home Server Setup: Complete Guide Using Overseas Hosting and NAT Traversal

Series Articles:Home Server Previous articles introduced the installation and deployment of the home server PVE, network situation, and power supply situation. This one mainly discusses how to set up a website. The solution introduced in this article has been running for nearly 4 months and is currently running well! The article title was generated by … Read more

How to Build a Home Server with AI: 3 Essential Steps

How to Build a Home Server with AI: 3 Essential Steps

I have set up a server at home, hosting a personal homepage, cloud storage, project management applications, and it runs smoothly. Moreover, all the data is stored locally, ensuring data security. These applications meet the needs of internet access well, and I use the open-source FRP for intranet penetration. I find it very comfortable to … Read more