How I Am Using a Lifetime 100% Free Server
我如何使用终身 100% 免费服务器
Get a server with 24 GB RAM + 4 CPU + 200 GB + Always Free
获取具有 24 GB RAM + 4 CPU + 200 GB + 始终免费的服务器
As developers, we need to run and host the backends on cloud services. Many BaaS (backend as a service) are available, but they have some restrictions.
作为开发人员,我们需要在云服务上运行和托管后端。许多 BaaS(后端即服务)都可用,但它们有一些限制。
What if I say I have been using the Linux-based server for free for more than 4–5 years? Yes, you heard it right. I am using this Linux server with Ubuntu 20 installed, 24 GB RAM, 4 CPUs, and 200 GB storage for a lifetime free.
如果我说我已经免费使用基于 Linux 的服务器超过 4-5 年了,该怎么办?是的,你没听错。我正在终身免费使用这台安装了 Ubuntu 20、24 GB RAM、4 个 CPU 和 200 GB 存储空间的 Linux 服务器。

我如何使用终身 100% 免费服务器
Approximately four years ago, I was looking for some free cloud services; hence, my AWS and GCP trial expired. During the search, I found that Oracle Cloud provides lifetime free servers without any restrictions. So, I signed up for Oracle Cloud and started using it, and since today, which is approximately four to five years ago, I have been using it absolutely free.
大约四年前,我一直在寻找一些免费的云服务;因此,我的 AWS 和 GCP 试用期已过期。在搜索过程中,我发现 Oracle Cloud 提供终身免费服务器,没有任何限制。所以,我注册了 Oracle Cloud 并开始使用它,从今天开始,也就是大约四到五年前,我一直在完全免费地使用它。

Here I came up with the full guide to getting started with Oracle Cloud
在这里,我提供了开始使用 Oracle Cloud 的完整指南
The first thing we need to create the Oracle Cloud account, for that you require your working email and credit card.
我们首先需要创建 Oracle Cloud 帐户,为此您需要您的工作电子邮件和信用卡。
- https://signup.oraclecloud.com/
- Fill out the signup form correctly.
请正确填写注册表单。 - Verify your email 验证您的电子邮件
- Provide the valid details along with payment details (You will not be charged) and finish the signup process.
提供有效详细信息以及付款详细信息(不会向您收费)并完成注册过程。

Create free instance 创建免费实例
Once you complete the signup process you have to log into your Oracle Cloud account using the recently created identity. Once you successfully log in you will see the Oracle Dashboard, you have to choose compute > instances.
完成注册过程后,您必须使用最近创建的身份登录 Oracle Cloud 账户。成功登录后,您将看到 Oracle 控制面板,您必须选择计算 > 实例。

Then click on the Create instance button —
然后单击 Create instance 按钮 —

On the next screen, you have to choose the always free tagged resources only. For example, if you want to use Ubuntu then you have to edit the image and shape, and select the Ubuntu image tagged always free —
在下一个屏幕上,您必须仅选择始终免费的标记资源。例如,如果您想使用 Ubuntu,则必须编辑图像和形状,然后选择标记为始终免费的 Ubuntu 图像 —

In the next step, download the public and private keys that are required to connect with your server via SSH.
在下一步中,下载通过 SSH 连接到您的服务器所需的公有密钥和私有密钥。
Then arrach the boot volume up to 200GB and click on the create button,
然后将引导卷调整到 200GB 并单击创建按钮,
It will take some time and you will be ready to use your always-free instance.
这需要一些时间,然后您就可以使用始终免费的实例了。
SSH into your Server 通过 SSH 连接到您的服务器
You can log in to your server via the keys that you have downloaded in previous steps while creating the new instance. Use the following command to —
在创建新实例时,您可以通过在前面的步骤中下载的密钥登录到服务器。使用以下命令 —
ssh -i path/to/server.key ubuntu@your-public-ip

Here is the detailed video guide to set up your Oracle server —
以下是设置 Oracle 服务器的详细视频指南 —
Thank you for taking the time to read this article! If you found it helpful, a clap 👏 would be greatly appreciated — it motivates me to continue writing more. If you want to learn more about open-source and full-stack development, follow me on Twitter (X) and Medium.
感谢您花时间阅读本文!如果你觉得它有帮助,👏将不胜感激——它激励我继续写更多。如果您想了解有关开源和全栈开发的更多信息,请关注 meon Twitter (X) 和 Medium。