SERV00 免费10年的云服务器 Serv00 是一家波兰的免费VPS提供商,成立于2008年,致力于 Web 应用托管市场和 UNIX/Linux 服务器管理 | WWZ.iM

一键脚本

bash <(curl -s https://raw.githubusercontent.com/gshtwy/socks5-for-serv00/main/install-socks5-hysteria.sh)

APP.WWZ.iM

Sign in

1.免费提供 3GB 的存储空间

2.内存:512MB

3.流量:不限流量 (可以搭建IP节点)

4.支持PHP、MySQL等网站开发语言和数据库

5.可以同时搭建100个网站

6.可自定义开放端口

7.支持SSH远程访问

8.免费提供的二级域名,可以自定义绑定

9.官方要求至少每隔3个月登入一次

官方免费注册:【点击前往

Serv00.com » Home

如何通过SSH远程连接VPS?

首先需要添加ip白名单:【点击前往

SSH远程终端连接工具:【WindTerm

!https://www.freedidi.com/wp-content/uploads/2024/06/screencapture-serv00-offer-2024-06-26-15_58_03.webp

am-nodejs-proxy

基于 Node.js 的 vless 实现包。它在各种 Node.js 环境中都能运行,包括但不限于:Windows、Linux、MacOS、Android、iOS、树莓派等。同时,它也适用于各种 PaaS 平台,如:replit、heroku 等。

This README explains how to set up and use the start.sh script to manage the project components.

Initial Setup

  1. Connect to your host using SSH:
ssh <username>@<panel>.serv00.com

Use the information emailed to you by serv00.

  1. Enable management permissions:
devil binexec on

AFTER THIS STEP, EXIT FROM SSH AND LOG IN AGAIN.

  1. Clone the repository:
cd domains/<username>.serv00.net
git clone https://github.com/ansoncloud8/am-nodejs-proxy.git
cd am-nodejs-proxy

Usage

To use the script, run:

./start.sh <action> <sub-action>

Action Sub-Action Command Description
setup xray/node ./start.sh setup xray Setup services in a single command
check xray/node ./start.sh check xray Checks Cloudflared and other services
show xray/node/all ./start.sh show xray Displays VLESS connection links from node/.env

NODE.JS AND XRAY CANNOT BE ACTIVE SIMULTANEOUSLY. ONLY ONE OF THEM SHOULD BE RUNNING AT A TIME.

Checking Sessions

To check the status of a specific component, you can attach to its tmux session:

tmux attach -t <session>

Replace <session> with:

  • cf for Cloudflared
  • node for Node.js
  • xray for Xray

For example, to check the Cloudflared session:

tmux attach -t cf

To detach from a tmux session without closing it, press:

Ctrl + b, then d

This key combination allows you to exit the session while leaving it running in the background.

Notes

  • The script uses tmux to manage sessions for each component.
  • Cron jobs are set up for periodic maintenance of Node.js and Xray.
  • Cloudflared, Node.js, and Xray configurations are generated automatically.
  • The script includes functions for port management and cleanup.