无限试用免费60分钟的瑞士VPS,配置2G RAM, 3GHz CPU,无需注册,无需信用卡,直接获得Root密码。
CloudSigma 是一家100%瑞士拥有和基于的云服务提供商,截至2023年6月,在欧洲、亚太地区和美国共提供了15个云端位置。它声称客户可以完全掌控和灵活地管理他们的云环境。无需对任何操作系统进行修改(包括Linux、Windows、FreeBSD等),您可以按照自己的喜好定制环境,包括完全灵活的服务器规模、高可用性、分层存储、高级网络和出色的性能。
在本文中,我将向您展示如何获得一个免费的 VPS 一小时,可惜只开发22端口,不过下文有绕过一些限制来使用它的方法。
其他免费VPS见:11个免费云服务器VPS资源
CloudSigma免费1小时VPS
免费功能:
- 可以无需注册尝试 CloudSigma,但问题在于它只能持续60分钟,这通常足够进行小规模测试和运行一些命令。
- 入站端口22是唯一对外开放的端口。
- 注册后,您可以享受7天的试用期。机器的最大配置为1C2G 50G。
关键事实:
- 成立于2009年,总部位于瑞士。
- 大约有50名员工。
- 在欧洲、美国、中东和亚太地区共有15个云端位置。
- ISO 27001 / ISO 27017 / ISO 27018 认证的公共云。
获取免费1小时瑞士VPS方法
使用方法
打开 https://sjc.alpha3cloud.com/ui/
点击黄色按钮 instant Access
选择配置
选择系统
可以看到密码
Congratulations! Your server is running.
These are your login details:
Username: cloudsigma
Password: Cloud2023
This is your server’s configuration:
Public IP: 185.12.4.103
系统负载
System information as of Sat Jun 10 11:27:15 PM UTC 2023 System load: 0.0546875 Processes: 91 Usage of /: 56.7% of 9.74GB Users logged in: 1 Memory usage: 10% IPv4 address for ens3: 104.36.16.101 Swap usage: 0%Last login: Sat Jun 10 23:13:53 2023 from 121.35.129.28cloudsigma@Ubuntu-22-04:~$
性能测试
使用 Yet Another Bench Script 测试 VPS 性能:
Github: https://github.com/masonr/yet-another-bench-script/blob/master/yabs.sh
该脚本可能需要20-30分钟才能完成所有测试,具体时间取决于虚拟机的性能。您将获得单核和多核的得分:
apt update -y && apt install -y curl wget sudo
curl -sL yabs.sh | bash
对于低内存 VPS,例如1GB RAM,您可能需要添加至少1GB的 SWAP 或使用 GB4。默认为 GB6。
curl -sL yabs.sh | bash -s — -i -4
https://browser.geekbench.com/v6/cpu/1553900
只有22端口开放
使用 Nmap 在 Internet 面向的系统上查找开放端口,使用这个在线端口扫描器。
URL:https://hackertarget.com/nmap-online-port-scanner/
另一个扫描器:https://pentest-tools.com/alltools#network-vulnerability-scanners
Starting Nmap 7.40 ( https://nmap.org ) at 2023-06-10 23:12 UTCNmap scan report for host-101-16-36-104.cloudsigma.net (104.36.16.101)Host is up (0.067s latency).PORT STATE SERVICE21/tcp filtered ftp22/tcp open ssh23/tcp filtered telnet80/tcp filtered http110/tcp filtered pop3143/tcp filtered imap443/tcp filtered https3389/tcp filtered ms-wbt-serverNmap done: 1 IP address (1 host up) scanned in 2.27 seconds
使用 Ngrok 将其他端口隧道化
1. 安装 Ngrok
2. snap install ngrok
连接 Ngrok 服务到您自己的账户
ngrok config add-authtoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3. 暴露内部服务端口
apt install nginx
ngrok http 80
您将获得一个类似于 https://5e70-162-213-39-162.ngrok-free.app/ 的 URL。
4. 您可能想将其放入 screen 会话中运行
screen -S nginx
ngrok http 80
每次运行 ngrok 命令时,您将得到一个不同的 URL 的前四个数字
这次我得到了https://5e70-162-213-39-162.ngrok-free.app
点击Visit Site 即可访问页面