Virtual Windows servers rent in Vilnius

High-Performance KVM VPS with local SSD NVMe storage
18 Tier III/IV data centers in 15 countries
1 IPv4, 16 IPv6 addresses included
Unlimited traffic (100Mbit/s guaranteed)
Windows license included
Select your KVM Plan Ask us a question

Also Included with your KVM VPS

Cloud windows virtual servers (VPS/VDS) for rent in Vilnius at a price start with 12 €/month. The best cheap private virtual hosting for your business.
01
Windows Server 2019, 2022
02
VNC access to the server console from the panel
03
Fast local SSD NVMe storage
04
Full hardware virtualization based on KVM

Our VPS Addons

*For an additional fee
24/7 Qualified
Support
VPS Management
Panel
Clearflow DDoS
Shield *
BGP Session Ready *
Plans
  • Vilnius
Extra
border
BGP session 5 €
IPv4 address 3 €

Our data centers

  • City Vilnius
  • Country Lithuania
  • Location Europe
  • Space 3200 m²
  • Electricity 2 MW
  • Capacity -
  • Network 1-40 Gbps (per server)
  • Certifications Tier III
Providers
Internet Exchange Points
Test network speed
195.238.126.3
1000 MB
Other data centers

Client reviews

As a VPS provider, we have specific requirements. We prioritize high-speed server deployment in various locations worldwide, the ability to announce our IP addresses, and the capability to order unique configurations tailored to our needs. Melbicom meets all these criteria.
Profit Server
We switched from Amazon to Melbicom. It was important to cut costs without compromising quality, and it turned out to be an excellent alternative. We later connected many of our clients to a large CDN network. Prompt technical support response within 10-20 minutes is noteworthy, particularly in emergency situations. We’ve also changed SSD drives once, and everything went smoothly. We highly recommend it.
Avenue Media

Companies that trust us

FAQ
Do you have a trial period?

At the moment, we do not have a trial period.

What is the minimum payment period?
The minimum payment period for the service is one month.
Is it possible to replace IP addresses free of charge?

The only way to change your default IP address is to order a new IP. It will cost you additional 3 €. Please note that IP addresses are assigned automatically it is impossible to choose a specific IP range.

What is the bandwidth limit on virtual servers?

"Unmetered bandwidth" indicates that there are no additional charges based on the amount of data transferred to and from your cloud server monthly. This feature enables worry-free data transfer without overage fees. Typically, personal or small business website operators do not exceed our fair usage policies. However, if you anticipate consistent, heavy bandwidth usage, our cloud servers may not be the ideal choice. In such cases, consider our dedicated servers with guaranteed channels . Note that excessive use on a cloud server can lead to bandwidth speed reduction as per our terms of service, ensuring fair usage for all clients.

Bandwidth Limits for Cloud Linux Server Solutions:

 In Fujairah and Mumbai:
 • 2TB/month for KVM-1-FJR, KVM-1-BOM, WIN-2-FJR, WIN-2-BOM plans.
 • 4TB/month for KVM-2-FJR, KVM-2-BOM, WIN-4-FJR, WIN-4-BOM plans.
 • 5TB/month for higher-tier plans.

 In Lagos:
 • 1TB/month for KVM-1-AF, WIN-2-AF plans.
 • 2TB/month for KVM-2-AF, WIN-4-AF plans.
 • 3TB/month for KVM-4-AF, WIN-6-AF plans.
 • 4TB/month for KVM-6-AF, WIN-8-AF plans.
 • 5TB/month for KVM-8-AF, WIN-10-AF plans.

Upon exceeding these limits, bandwidth is reduced to 10Mbit/s. For all other plans, bandwidth is up to 1Gbit/s, reduced to 100 Mbit/s if the 5TB monthly quota is exceeded.

Do you filter any network ports?
Mail ports are filtered. You should contact our support if you need to open mail ports. Additional account verification may be required.
What processors do you use on the VPS?
We use different CPUs like Dual Intel Xeon E5-2680v2 and E5-2680v4. However, it is not possible to choose a specific CPU when ordering a VPS
What Windows operating systems are available?
You can choose from Windows Server 2019 and 2022.
How to add VPS to your vMesh Private Network

1.         Login to Your Client Area and head to the Services list.

2.         Select your Private Network from your service list.

3.         Select the VPS from the available pool you would like to add a private network for. 

4.         Click on Save Changes

 

It will take a couple of minutes for the changes to be propagated to your vMesh network to be in Status Active / Ready. 

How to configure vMesh on your Linux Cloud Server

You will find below the steps required to configure your Private Network for Linux Distribution (Netplan & Interface file. You would simply need to replicate the following set up for all the VPS defined in your network. Each VPS would need their own Private Network IP Address (e.g, 10.0.0.2, 10.0.0.3, 10.0.0.4)

Ubuntu 20.04 / 22.04 / 24.04 and Debian 11 / 12

1.         Identify Your Network Interface & Naming Scheme:

2.          

3.         ip addr

4.          

5.         Edit Netplan Configuration:

6.          

7.         sudo nano /etc/netplan/01-netcfg.yaml

8.          

9.         Add the Following Configuration:

10.       

11.       

12.     network:

13.       version: 2

14.       renderer: networkd

15.       ethernets:

16.         eth1:

17.           dhcp4: no

18.           addresses:

19.             - YourAssignedIP/24 # (e.g., 10.0.0.2)

20.       

21.      Apply the Configuration:

22.       

23.     sudo netplan apply

24.       

Debian Older Versions (Using /etc/network/interfaces):

1.         Edit the Interfaces File:

2.          

3.         sudo nano /etc/network/interfaces

4.          

5.         Add the Following Lines:

6.          

7.         auto eth1

8.         iface eth1 inet static

9.           address YourAssignedIP # (e.g., 10.0.0.2)

10.       netmask 255.255.255.0

11.       

12.      Restart Networking Service:

13.       

14.     sudo systemctl restart networking

CentOS 9 Stream / AlmaLinux 8 & 9 / Rocky Linux 8.6 & 9.x

1.         Navigate to Network Scripts Directory:

2.          

3.         cd /etc/sysconfig/network-scripts/

4.          

5.         Create or Edit the Interface Configuration File:

6.          

7.         sudo nano ifcfg-eth1

8.          

9.         Add the Following Configuration:

10.       

11.     DEVICE=eth1

12.     BOOTPROTO=none

13.     ONBOOT=yes

14.     IPADDR=YourAssignedIP # (e.g., 10.0.0.2)

15.     NETMASK=255.255.255.0

16.       

17.      Restart Network Service:

18.       

19.     sudo systemctl restart NetworkManager

How to configure vMesh on your Cloud Windows Server

You will find below the steps required to configure your Private Network for your Windows VM servers. You would simply need to replicate the following set up for all the VPS defined in your network. Each VPS would need their own Private Network IP Address (e.g, 10.0.0.2, 10.0.0.3, 10.0.0.4)

 

1.        Open Network Connections:

           Press Windows Key + R, type ncpa.cpl, and press Enter.

2.        Identify the Network Adapter:

           Right-click on the adapter connected to the private network (e.g., Ethernet 2) and select Properties.

3.        Configure TCP/IPv4 Settings:

           Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

           Choose Use the following IP address and enter:

           IP address: YourAssignedIP (e.g., 10.0.0.2)

           Subnet mask: 255.255.255.0

           Default gateway: Leave blank.

           Click OK to save the settings.

4.        Verify the Configuration:

ipconfig

 

           Ensure the IP settings are correctly applied.

Additional Notes

            Firewall Configuration: Ensure that your firewall settings allow traffic through the private network interface.

            No Gateway Required: Typically, a gateway is not needed for the private network to operate. 

            Choosing IP Ranges:

            Common Private IP Ranges:

            10.0.0.0 to 10.255.255.255

            172.16.0.0 to 172.31.255.255

            192.168.0.0 to 192.168.255.255

            Avoid Conflicts: Ensure the IP range you select does not overlap with other networks you are connected to.

            Testing Connectivity: You can test the connection by pinging another device on the private network:

ping OtherDeviceIP # (e.g., 10.0.0.2)

Blog about virtual servers

Data center reliability levels. Tier 1, 2, 3, 4.
DDoS attack protection methods
What is CDN and where it can be used?
CDN for streaming services
More articles
Opening an account
Open a new account in the Melbicom control panel, top up your balance with convenient payment method and take an advantage of Melbicom dedicated servers.
Create an account
Ask a question before making an order
Feel free to call us by +370 (5) 208 4428, or send us an email at support@melbicom.net Also, we are always happy to chat with you in Telegram @melbicom. We will study your request and choose the best solution for your tasks and budget.
Contact us in Telegram