[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1759":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":40,"readmeContent":41,"aiSummary":42,"trendingCount":16,"starSnapshotCount":16,"syncStatus":43,"lastSyncTime":44,"discoverSource":45},1759,"nps","ehang-io\u002Fnps","ehang-io","一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发，可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面，内网dns解析、内网socks5代理等等……，并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.","https:\u002F\u002Fehang.io\u002Fnps\u002Fdocuments",null,"Go",34074,6083,470,505,0,23,39,5,45,"GNU General Public License v3.0",false,"master",true,[26,27,28,29,30,31,32,5,33,34,35,36,37,38,39],"dns","firewall","go","gzip","http","https","nat","snnapy","socks","socks5","ssh","tcp","tunnel","udp","2026-06-12 02:00:32","\n# NPS\n![](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fehang-io\u002Fnps.svg)   ![](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Fehang-io\u002Fnps.svg)\n[![Gitter](https:\u002F\u002Fbadges.gitter.im\u002Fcnlh-nps\u002Fcommunity.svg)](https:\u002F\u002Fgitter.im\u002Fcnlh-nps\u002Fcommunity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n![Release](https:\u002F\u002Fgithub.com\u002Fehang-io\u002Fnps\u002Fworkflows\u002FRelease\u002Fbadge.svg)\n![GitHub All Releases](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fdownloads\u002Fehang-io\u002Fnps\u002Ftotal)\n\n[README](https:\u002F\u002Fgithub.com\u002Fehang-io\u002Fnps\u002Fblob\u002Fmaster\u002FREADME.md)|[中文文档](https:\u002F\u002Fgithub.com\u002Fehang-io\u002Fnps\u002Fblob\u002Fmaster\u002FREADME_zh.md)\n\nNPS is a lightweight, high-performance, powerful **intranet penetration** proxy server, with a powerful web management terminal.\n\n\n![image](https:\u002F\u002Fgithub.com\u002Fehang-io\u002Fnps\u002Fblob\u002Fmaster\u002Fimage\u002Fweb.png?raw=true)\n\n## Feature\n\n- Comprehensive protocol support, compatible with almost all commonly used protocols, such as tcp, udp, http(s), socks5, p2p, http proxy ...\n- Full platform compatibility (linux, windows, macos, Synology, etc.), support installation as a system service simply.\n- Comprehensive control, both client and server control are allowed.\n- Https integration, support to convert backend proxy and web services to https, and support multiple certificates.\n- Just simple configuration on web ui can complete most requirements.\n- Complete information display, such as traffic, system information, real-time bandwidth, client version, etc.\n- Powerful extension functions, everything is available (cache, compression, encryption, traffic limit, bandwidth limit, port reuse, etc.)\n- Domain name resolution has functions such as custom headers, 404 page configuration, host modification, site protection, URL routing, and pan-resolution.\n- Multi-user and user registration support on server.\n\n**Didn't find the feature you want? It doesn't matter, click [Enter the document](https:\u002F\u002Fehang-io.github.io\u002Fnps\u002F) to find it!**\n\n## Quick start\n\n### Installation\n\n> [releases](https:\u002F\u002Fgithub.com\u002Fehang-io\u002Fnps\u002Freleases)\n\nDownload the corresponding system version, the server and client are separate.\n\n### Server start\n\nAfter downloading the server compressed package, unzip it, and then enter the unzipped folder.\n\n- execute installation command\n\nFor linux、darwin ```sudo .\u002Fnps install```\n\nFor windows, run cmd as administrator and enter the installation directory ```nps.exe install```\n\n- default ports\n\nThe default configuration file of nps use 80，443，8080，8024 ports\n\n80 and 443 ports for host mode default ports\n\n8080 for web management access port\n\n8024 for net bridge port, to communicate between server and client\n\n- start up\n\nFor linux、darwin ```sudo nps start```\n\nFor windows, run cmd as administrator and enter the program directory ```nps.exe start```\n\n```After installation, the windows configuration file is located at C:\\Program Files\\nps, linux or darwin is located at \u002Fetc\u002Fnps```\n\n**If you don't find it started successfully, you can check the log (Windows log files are located in the current running directory, linux and darwin are located in \u002Fvar\u002Flog\u002Fnps.log).**\n\n- Access server IP:web service port (default is 8080).\n- Login with username and password (default is admin\u002F123, must be modified when officially used).\n- Create a client.\n\n### Client connection\n- Click the + sign in front of the client in web management and copy the startup command.\n- Execute the startup command, Linux can be executed directly, Windows will replace .\u002Fnpc with npc.exe and execute it with cmd.\n\n\nIf you need to register to the system service, you can check [Register to the system service](https:\u002F\u002Fehang-io.github.io\u002Fnps\u002F#\u002Fuse?id=注册到系统服务)\n\n### Configuration\n- After the client connects, configure the corresponding penetration service in the web.\n- For more advanced usage, see [Complete Documentation](https:\u002F\u002Fehang-io.github.io\u002Fnps\u002F)\n\n## Contribution\n- If you encounter a bug, you can submit it to the dev branch directly.\n- If you encounter a problem, you can feedback through the issue.\n- The project is under development, and there is still a lot of room for improvement. If you can contribute code, please submit PR to the dev branch.\n- If there is feedback on new features, you can feedback via issues or qq group.\n","NPS 是一款轻量级、高性能的内网穿透代理服务器，支持TCP、UDP、HTTP(S)、SOCKS5等多种协议流量转发。其核心功能包括全面的协议兼容性、多平台支持（如Linux、Windows、macOS等）、HTTPS集成、丰富的扩展功能（如缓存、压缩、加密、流量限制等）以及强大的Web管理终端，便于用户通过简单配置即可完成大部分需求。该工具适用于需要访问内网资源、本地支付接口调试、SSH远程访问、远程桌面控制等场景，特别适合开发者和网络管理员使用。",2,"2026-06-11 02:45:51","top_all"]