How to rent a VPS in Vietnam as a foreign company

Your company needs a server inside Vietnam. Not a CDN edge, not a proxy, a real server with a Vietnam IPv4 that Vietnamese networks treat as local. You need to run an e-commerce site that loads fast in Hanoi and Ho Chi Minh City, or you are serving Vietnamese users with a SaaS platform, or you simply want VPS pricing that is not tied to a three-year contract or a local business license. This article walks you through exactly how to do it: from picking the right plan to paying with your foreign bank card and getting your server provisioned in minutes. No Vietnamese entity required, no paperwork beyond what you would submit for any online purchase.
- No Vietnamese business license or local entity required for standard VPS rentals.
- Pay by PayPal, Visa, Mastercard, or international wire transfer.
- Provisioning in under 10 minutes after payment clears, full root or Administrator access from minute one.
- One dedicated IPv4 from the Vietnam range, your server looks Vietnamese to every network inside the country.
Prerequisites
- A working email address (Gmail, Outlook, or company mail, any works).
- A payment method: PayPal account, Visa/Mastercard, or ability to send an international wire transfer.
- Basic familiarity with SSH (Linux VPS) or RDP (Windows VPS).
- Your own domain name if you plan to host a website or email server (recommended, not required for setup).
Why would a foreign company need a VPS inside Vietnam?
The honest answer is latency and regulatory proximity. Vietnam's internet is not a single flat network, it is fragmented across three major carriers: Viettel (military-run, the largest with roughly 40% of mobile and broadband subscribers), VNPT (the legacy incumbent, strongest in the north and in fixed-line infrastructure), FPT Telecom (the largest private provider, aggressive on fiber and content delivery), and CMC Telecom (a smaller but business-focused operator). Traffic between these networks can add 20-40 ms of latency if your server is outside the country. Worse, international traffic into Vietnam crosses undersea cables that are frequently degraded by fishing, anchoring, or maintenance, the AAG and APCN-2 cables alone have had over a dozen outages in the last two years. A server inside Vietnam with a local IPv4 bypasses all of that for domestic users.
There is also the regulatory angle. Vietnam's Law on Cybersecurity (2018) and Decree 53 (2022) require certain types of data originating from Vietnamese users to be stored domestically. While the exact scope is still debated among compliance teams, having a server in a Tier 3 datacenter in Vietnam eliminates the question entirely. You are already inside the country.
Step 1, Choose a plan that matches your workload
You do not need to over-provision. A standard VPS in Vietnam costs a fraction of what you would pay for a Singapore or Hong Kong server with similar specs, and the domestic bandwidth is far better. Typical plans run on NVMe storage (not SATA SSDs, not spinning disks), with a dedicated IPv4 from the Vietnam range, and full root (Linux) or Administrator (Windows) access.
The base tier, VNLite, gives you 1 vCPU, 2 GB of RAM, and 20 GB of NVMe space. That runs WordPress with a few thousand visitors, a small n8n automation instance, or a single Docker container. Two steps up, VNx2 (2 vCPU, 4 GB RAM, 50 GB NVMe) is where most production workloads sit: a WooCommerce store, a GitLab CE runner, or an SMTP relay handling a few thousand emails a day. At the top, VNx8 (8 vCPU, 16 GB RAM, 100 GB NVMe) handles multi-container Docker stacks, databases with heavy query loads, or media processing.
What you are not getting (and should not expect): a 1 Gbps speed to the outside world. The port is 1 Gbps, but the domestic bandwidth is 100 Mbps by default, and international bandwidth is pooled, roughly 4 to 10 Mbps shared. That is fine because this server is for local work. If your users are inside Vietnam, they are the ones who benefit. Traffic leaving Vietnam to Europe or the US will be slower than what you would get from a Frankfurt or Oregon server, and no provider can legally or technically promise fast throughput to a specific foreign country. The point of a Vietnam VPS is the Vietnam IPv4 and domestic routing, not a short path to London.
越南 VPS 提供本地 IPv4,适合面向越南用户的业务。
A Vietnam VPS gives you a local IPv4, which suits services aimed at users inside Vietnam.
Step 2, Place your order without a Vietnamese entity
Here is the part most foreign companies worry about: do you need a local representative, a business license, or a Vietnamese ID to buy hosting? The answer is no for standard VPS. You order the same way you would order a DigitalOcean droplet or a Hetzner server, you enter your company name, your email, and your billing address. No proof of Vietnamese registration is required at purchase.
The checkout flow works like this:
- Select your plan and operating system (Ubuntu 24.04, Debian 12, AlmaLinux 9, Rocky Linux 9, or Windows Server 2022).
- Choose your billing cycle, monthly is the default, no annual lock-in.
- Select payment: PayPal, Visa/Mastercard (via the payment gateway), or international wire transfer.
- Complete the payment. PayPal is instant for most non-Vietnamese banks.
- Your server is provisioned within minutes. You receive an email with the IPv4 address, the root/Administrator password, and the SSH port (Linux) or RDP address (Windows).
The only scenario where you need a local entity is if you require a formal VAT invoice (in Vietnamese, with a Vietnamese tax code) for your accounting. Most Vietnamese providers can issue a normal receipt for foreign companies, but a VAT invoice requires a local tax ID. If you do not need that specific document, the transaction is identical to any international SaaS purchase.
Step 3, Log in and verify your environment
Once the server is provisioned, connect immediately to verify everything works.
For a Linux VPS:
ssh [email protected]
(Replace the IP with the one in your welcome email. The default SSH port is 22, you will change that later as a security step.)
For a Windows VPS:
Open Remote Desktop Connection (mstsc on Windows, the Remmina client on Linux, Microsoft Remote Desktop on macOS), enter the IPv4 address, and log in with the Administrator account and password from the email.
Then verify the network and storage:
# Check the IPv4 is from the Vietnam range (whois the IP to confirm)
curl -s http://ip-api.com/json/ | python3 -m json.tool
# Confirm NVMe storage
lsblk -d -o name,rota,size
# rota = 0 means NVMe/SSD, 1 means spinning disk
# Check memory and CPU
free -h
lscpu | grep "CPU(s)"
At this point you have a working VPS inside Vietnam, with a local IPv4, and full control. The provisioning is done. The rest is application-level setup: installing Nginx or LiteSpeed, configuring your database, setting up the firewall, and pointing your domain at the new IP.
What a Vietnam VPS can, and cannot, do for you (honest assessment)
| Works well | Does not work well |
|---|---|
| Serving web content to Vietnamese users (low latency, no international routing) | Acting as a CDN origin for global traffic (your visitors in Europe will see high latency) |
| Hosting an e-commerce store for the Vietnam market | Running a high-frequency trading bot that needs a US or SG exchange link |
| Running an SMTP server for transactional emails to Vietnamese recipients (clean IP reputation inside the country) | Bulk email sending to foreign recipients (international SMTP relay is better placed elsewhere) |
| Self-hosting n8n, GitLab, or a Docker stack for operations within Vietnam | Expecting full 1 Gbps throughput to any foreign country (domestic is 100 Mbps, international is pooled) |
If your use case is international, your users are in the US, Europe, or Australia, keep your server in a region near them. A Vietnam VPS is local infrastructure, not a global shortcut.
Common pitfalls and how to avoid them
Thinking the server is slow because the datacenter is "bad". It probably is not. Test by measuring latency from a Vietnamese endpoint (ask a colleague or use a monitoring node inside Vietnam) instead of testing from your office in Berlin or San Francisco. The server is meant to be fast inside Vietnam.
Forgetting to set up rDNS. Your server comes with a dedicated IPv4, but the reverse DNS (rDNS) is not set by default. If you are running an email server, set the PTR record to match your sending domain; otherwise, Vietnamese mail servers may reject your mail. Most providers allow you to request rDNS changes via the control panel or ticket system.
Choosing an OS you cannot manage. If your team knows Ubuntu 24.04, do not pick AlmaLinux just because it is "more secure". The security difference between distributions of the same era is negligible. Pick what your ops team can troubleshoot at 2 AM.
Overcommitting on international bandwidth. The 4-10 Mbps shared pool is for management access, occasional remote admin, and small outbound traffic. Do not design a data pipeline that streams large files from a Vietnam VPS to a server in the US, it will be slow and unreliable. Keep large transfers inside Vietnam.
FAQ
Do I need a Vietnamese company to rent a VPS in Vietnam?
No. Standard VPS rental requires only an email address and a valid payment method, PayPal, Visa, Mastercard, or wire transfer. No business license, no local entity, no Vietnamese ID. A Vietnamese tax ID is only needed if you require a formal VAT invoice.
Can I pay for a Vietnam VPS from a foreign bank account?
Yes. PayPal is the most common method and works with any bank linked to your PayPal account. Direct Visa/Mastercard payments are also accepted. International wire transfer is available but adds 1-3 business days for clearing, PayPal clears in minutes.
What is the difference between Viettel, VNPT, FPT, and CMC Telecom?
They are the four main licensed carriers in Vietnam. Viettel is the largest (military-owned, strong in mobile and broadband). VNPT is the former state monopoly, still dominant in fixed-line infrastructure in the north. FPT Telecom is the largest private provider, aggressive on fiber-to-the-home and content delivery. CMC Telecom is smaller, focused on enterprise and datacenter services. Your VPS may sit in a datacenter operated by one of these carriers or a neutral facility that peers with all of them. Either way, your traffic reaches all Vietnamese networks with low latency.
How fast is the bandwidth?
Domestic bandwidth is 100 Mbps on a 1 Gbps port. International bandwidth is a shared pool of roughly 4 to 10 Mbps. The port speed (1 Gbps) is the ceiling, not the throughput. Your server is designed for traffic within Vietnam, not for outbound international throughput.
What kind of support can I expect as a non-Vietnamese speaker?
Major providers have English-speaking sales and technical support (email and chat). Ticket systems are the most reliable channel for technical issues. Response times vary, expect 1-4 hours during business hours (UTC+7), slower on weekends. Some providers offer Vietnamese-only phone support, but email/ticket is generally in English.
Can I get a formal contract instead of monthly billing?
Monthly billing is the default. Most providers will offer a contract with quarterly or annual pre-payment if you request it, but this is not required and often not beneficial, you pay upfront with no real discount. Monthly billing gives you the flexibility to scale up or cancel with 30 days' notice.
Related articles
- Do you need a Vietnamese entity to buy hosting in Vietnam?
- Paying for Vietnamese hosting with PayPal: what to expect
- How to rent a VPS in Vietnam as a foreign company
- Vietnam VPS vs Singapore VPS for serving Vietnamese users
外国公司租用越南 VPS 的完整流程
外国公司在越南租用VPS不需要本地营业执照或越南法人实体。只需选择配置、用 PayPal 或信用卡付款,几分钟内即可收到一台拥有越南专属 IPv4 的服务器。国内带宽为 100 Mbps 每 1 Gbps 端口,国际带宽为共享池约 4 到 10 Mbps。这台服务器适合面向越南用户的服务,不适合作为全球 CDN 源站。月付制,无长期合约,支持支付宝支付。


