stilleshan/frps.

更新至 v0.39.0 基于原版 frp 内网穿透服务端 frps 的一键安装卸载脚本和 docker 镜像.支持 Linux 服务器和 docker 等多种环境安装部署.

276,297 40 amd64 unknown arm64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/frps
Build Time 27 Sep 2025 14:14:25
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 27 Sep 2025 at 14:14:21

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  frps:
    image: stilleshan/frps:latest
    container_name: frps
    restart: no

CLI

docker create \
  --name=frps \  --restart no \
  stilleshan/frps:latest