Serv00.comRevolutionary Free Hosting
提供免费的PHP,MYSQL,SMTP,PostgreSQL,MongoDB,可以SSH连接创建自己的应用,可以绑定域名,无广告。
注册
注册Serv00 建议用gmail邮箱,不要用微软邮箱,因为就是提示成功它也收不到邮件.
注册小技巧
gmail邮箱可以无限别名,假设已经有一个yourname@gmail.com那么可以使用别名在用户名后面添加+
或者.
后面加其它随机字母数字,比如使用yourname+6dhj68kkm@gmail.com 或者 yourname.jdjjs64kpo@gmail.com 达到使用1个gmail邮箱来注册多个serv00账号,账号信息邮件在yourname@gmail.com接收。注册成功就能在邮件里面看到相关账号信息
搭建
面板设置
- 打开
Additional services
,Run your own applications
使状态Status
改为Enabled
开启 - 可最多3个端口号,在
Port reservation
,Add port
中设置添加。
搭建hy2,tuic,vmess
提前在面板添加1个tcp端口给vmess使用,2个udp端口分别给tuic和hy2用
wget https://raw.githubusercontent.com/yixiu001/serv00-singbox/main/yixiu.sh
chmod +x yixiu.sh
编辑yixiu.sh
修改tcp与udp端口为面板对应添加的端口,修改uuid为自己的
UUID在线生成或者命令行生成
cat /proc/sys/kernel/random/uuid
然后创建screen窗口
curl -O https://raw.githubusercontent.com/eooce/ssh_tool/main/index.js && curl -O https://raw.githubusercontent.com/eooce/nodejs-argo/main/package.json && npm install && chmod +x index.js && screen node index.js
再次执行
./yixiu.sh
复制节点信息使用
搭建vmess+argo
如果ip端口被xxx了,可套用cloudflare的argo,实现CDN减速
vmess-ws-tls(argo)一键脚本
- 必填变量:PORT=TCP端口
- 可选变量:UUID NEZHA_SERVER NEZHA_PORT NEZHA_KEY CFIP CFPORT
bash <(curl -Ls https://raw.githubusercontent.com/eooce/scripts/master/containers-shell/00_vmess.sh)
修改00_vmess.sh
中的TCP端口,uuid,argo的token域名
计划任务
在面板Cron jobs
中Add cron rule
添加
bash /usr/home/<用户名>/yixiu.sh
保号
通过github actions保号
重置清除
查看进程
ps aux
服务器清理
pkill -kill -u ${username}
chmod -R 755 ~/*
chmod -R 755 ~/.*
rm -rf ~/.*
rm -rf ~/*