Troubleshooting Large Redo Log Files in Zimbra

In this guide we explain how to clean and further manage the redolog folder in order to preserve sufficient disk space on Zimbra server.

Zimbra is a collaborative software suite that includes an email server and a web client. It’s known for its features like email, calendar, contacts, and document sharing, making it a comprehensive platform for communication and collaboration.

At NetShop ISP, we not only offer Email-as-a-Service powered by Zimbra Collaboration, but also deploy and manage hundreds of Zimbra instances for customers hosted on VPS and Dedicated Servers. This tailored hosting approach ensures high availability, performance, and flexibility for businesses of all sizes.

One of the most common operational challenges we encounter is Zimbra servers running out of disk space. This issue often arises due to the accumulation of large backup files, statistical data, and redo log files. Without proper monitoring and housekeeping, these elements can rapidly consume available storage, leading to service disruptions.

In this guide we explain how to clean and further manage the redolog folder in order to preserve sufficient disk space on Zimbra server.

Steps to Troubleshoot Large Redo Log Files

When dealing with zimbra files and commands on your Zimbra server, ensure you are switched to the local zimbra user. You can switch from root to zimbra user by executing the following command:

root@localhost:~$ su zimbra

Step 1: Check Folder Size

zimbra@localhost:~$ du -sh /opt/zimbra/redolog/archive

Step 2: Remove Old Archived Redo Logs

Make sure no active process is using them:

zimbra@localhost:~$ zmcontrol stop
zimbra@localhost:~$rm -f /opt/zimbra/redolog/archive/*
zimbra@localhost:~$ zmcontrol start

Then you can check the new free disk space on your server by this command:

zimbra@localhost:~$ df -h

If the new root disk partition (“/”) free space satisfies you, you may stop here and continue to Step 3. Otherwise, you may want to look at different directories on your server which may be taking up space, such as /var/log/, /opt/zimbra/zmstat/, /opt/zimbra/backup/)

Step 3: Prevent Future Bloat

The following commands help in preventing the Redo log files taking large disk space on your server.
Below are some recommended settings, however you may adjust accordingly as per your company’s data retention policy.

zimbra@localhost:~$ zmprov ms zmhostname zimbraRedoLogArchiveInterval 1d
zimbra@localhost:~$ zmprov ms zmhostname zimbraRedoLogDeleteOnRollover TRUE
zimbra@localhost:~$ zmcontrol restart

Get Your Zimbra-based E-mail Accounts on Shared, VPS or Dedicated Server

Zimbra is ideal for those who care about data sovereignty and maintaining 100% control over the email service & data of their business.

At NetShop ISP we offer three types of hosting for Zimbra e-mails:

  • Shared E-mail Server: Fully managed email hosting service, starting from €2.99/month
  • VPS Server: Zimbra Collaboration solution hosted on Virtual Private Server. Based on recommended hardware specifications, solution starts from €25/month
  • Dedicated Server: Recommended for businesses and organizations with more than 50 e-mail accounts. Pricing depends on the server’s specifications, roughly start from €99/month.

For more information or to get a free consultation about the right Zimbra hosting package that suits your business, please contact our Sales representatives.

How To Configure Network Bonding in Ubuntu 24.04 and Debian 12

This article walks you through configuring network bonding in Ubuntu 24.04 LTS and Debian 12, both of which use Netplan for network management.

Network bonding (also known as NIC teaming or link aggregation) allows combining multiple network interfaces into a single logical interface to increase bandwidth and provide redundancy.

This article walks you through configuring network bonding in Ubuntu 24.04 LTS and Debian 12, both of which use Netplan for network management.

Prerequisites

  • A system running Ubuntu 24.04 LTS or Debian 12.
  • At least 2 physical NICs (e.g., ens3, ens4).
  • Root or sudo privileges.

In the commands that follow below we assume you are connected with root account, therefore you don’t need to prepend the sudo to your commands.

Step 1: Install Required Packages

root@localhost:~$ apt update
root@localhost:~$ apt install ifenslave net-tools

ifenslave is required to attach and detach physical interfaces to a bonding interface.

Step 2: Load the Bonding Kernel Module

Temporarily load the bonding module:

sudo modprobe bonding

To load it at every boot, add it to the file /etc/modules as follows:
root@localhost:~$ echo "bonding" | sudo tee -a /etc/modules

Step 3: Configure Bonding via Netplan

On servers which utilize multiple NIC ports, it is important to identify the interfaces which are involved in bonding/aggregation.

List all interfaces:

root@localhost:~$ ip link

Take note of the NICs you want to bond (e.g., ens3 and ens4).

Create or Edit the Netplan Configuration

Netplan configs are stored under /etc/netplan/. You’ll either edit an existing .yaml file or create a new one.

root@localhost:~$ nano /etc/netplan/01-bonding.yaml

Example Configuration (Active-Backup Mode)

network:
version: 2
renderer: networkd
bonds:
bond0:
interfaces: [ens3, ens4]
parameters:
mode: active-backup
primary: ens3
mii-monitor-interval: 100
dhcp4: no
addresses:
- 192.168.1.100/24
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 1.1.1.1]

You can change the mode to balance-rr, 802.3ad, etc., based on your switch capabilities.

You can read more information about the bonding modes in this official Ubuntu tutorial.

Step 4: Apply the Netplan Configuration

Once you are done with your netplan configuration, its better to validate for any syntax errors. Do it as follows:

root@localhost:~$ netplan try

If no errors come up, proceed with applying your configuration:

root@localhost:~$ netplan apply

Optional: Enable LACP (802.3ad mode)

If your switch supports LACP, you can use 802.3ad mode as follows:

Edit your netplan file (e.g. /etc/netplan/01-bonding.yaml) and do the following:

From the configuration we used in this article,
replace:

mode: active-backup
primary: ens3
mii-monitor-interval: 100

with:

mode: 802.3ad
mii-monitor-interval: 100
transmit-hash-policy: layer2+3

LACP requires switch configuration for aggregation (usually called LAG or EtherChannel).

Bonding Modes Summary

ModeDescriptionSwitch Support Needed
balance-rrRound-robin load balancingYes
active-backupOne active, others standbyNo
balance-xorTransmit based on hash policyYes
802.3adIEEE 802.3ad (LACP)Yes
tlbAdaptive transmit load balancingNo
albAdaptive load balancing (Tx and Rx)No
Source: https://help.ubuntu.com/community/UbuntuBonding#Ethernet_Bonding_modes

Summary: Increase Traffic Throughput & Maximize Uptime

Network bonding provides redundancy and performance benefits. By using Netplan on Ubuntu 24.04 or Debian 12, you can configure bonding cleanly and persistently.

As NetShop ISP’s network infrastructure is fully redundant by design, grab the opportunity to take full advantage of this by enabling additional network redundancy on your Dedicated Servers.

Contact our Customer Care team for a free consultation or more information about applying LACP on your servers.

Boosting MT5 Performance: The Role of AVX Scaling and How to Configure

In this article, we explore what AVX technology is, why it’s essential for MetaTrader 5, and how to configure it in Dell PowerEdge servers via iDRAC for maximum performance.

When it comes to trading platforms like MetaTrader 5 (MT5), performance isn’t just a preference—it’s a necessity. Financial institutions, prop trading firms, and brokerage operators rely heavily on speed, accuracy, and responsiveness. But what many don’t realize is that server-level CPU settings can have a significant impact on MT5 performance. One such setting is the AVX Scaling Technology, which is critical for systems running heavy vectorized workloads; just like MT5.

In this article, we explore what AVX technology is, why it’s essential for MetaTrader 5, and how to configure it in Dell PowerEdge servers via iDRAC for maximum performance.

What is AVX and Why Does It Matter?

AVX (Advanced Vector Extensions) is a set of CPU instructions designed to handle heavy computational tasks such as simulations, analytics, or, in the case of MT5, real-time trade calculations and price data processing. These instructions help accelerate performance by enabling CPUs to process more data per clock cycle.

However, AVX instructions are power-hungry. To maintain system stability, Intel CPUs automatically reduce core frequency when executing AVX workloads. This is where the AVX Scaling Technology comes into play—it lets you control how aggressively the CPU should throttle down during AVX workloads.

How AVX Scaling Affects MetaTrader 5

MT5 servers often run multiple Expert Advisors (EAs), high-frequency trading bots, and real-time data feeds. All of these make extensive use of floating-point and vector-based calculations—precisely what AVX is designed to accelerate.

If AVX Scaling is set too conservatively, your server may throttle the CPU significantly, reducing MT5’s performance under load. On the other hand, tuning this setting appropriately can provide:

  • Lower latency in order execution
  • Faster tick processing
  • Improved performance for concurrent EAs
  • Reduced execution delays during market spikes

AVX Scaling Options Explained

On Dell PowerEdge servers, the AVX Scaling setting can typically be adjusted in the BIOS or via iDRAC. The options are numeric:

  • 0 – No scaling: The CPU runs AVX workloads at maximum turbo frequencies. Best for performance but increases heat and power draw.
  • 1 – Moderate scaling: Balanced option that slightly reduces frequency to maintain system stability.
  • 2 – Aggressive scaling: Significantly reduces CPU frequency during AVX workloads to prioritize thermals and power efficiency.

For MT5 servers where performance is paramount, setting AVX to 0 is highly recommended—provided you have sufficient cooling and power headroom.

How to Change AVX Scaling in Dell Servers via iDRAC

Adjusting the AVX scaling on Dell PowerEdge servers is straightforward using iDRAC (Integrated Dell Remote Access Controller). Follow these steps:

Step 1: Log in to iDRAC

Open your browser and enter the iDRAC IP address. Log in with administrative credentials.

Step 2: Navigate to BIOS CPU Settings

From the left-hand menu:

  • Go to System → BIOS Settings
  • Then select Processor Settings

Here, you’ll find the AVX Settings section.

Step 3: Modify AVX Settings

Locate:

  • AVX Control: Set this to Enabled
  • Dell AVX Scaling Technology: Set to 0 for maximum performance
  • AVX ICCP Pre-Grant: Set to 512-Heavy

This setting allows the CPU to run AVX instructions at maximum frequency, ensuring no throttling takes place during heavy MT5 activity.

Important: Any changes to processor settings may require a power cycle (not just a reboot) to take effect.

Thermal & Power Considerations

While setting AVX Scaling to 0 will boost performance, it may increase power draw and heat output. Here are some recommendations:

  • Ensure sufficient airflow: Make sure your server chassis is optimized for airflow. Check for dust buildup and proper fan operation.
  • Monitor CPU temps: Use Dell OpenManage or other tools to keep tabs on CPU temperature and fan speeds.
  • Evaluate your power capacity: Ensure your rack’s PDU and UPS can handle increased load during high-frequency trading hours.

Need Help Optimizing MetaTrader 5 Server?

If you’re a trading firm, FX broker, or fintech provider looking to deploy high-performance infrastructure for MT5 or MT4, NetShop ISP offers tailored High-performance Compute (HPC) VPS and Dedicated server solutions with fully optimized BIOS configurations—including AVX tuning, NUMA alignment, and low-latency networking.

Get in touch with our hosting specialists for a free consultation.

MetaTrader 4™ and MetaTrader 5™ are trademarks of MetaQuotes Software Corp. Their use does not imply any affiliation with or endorsement by the respective trademark holders.

NetShop ISP Showcasing XConnect at iFX EXPO International 2025

NetShop ISP will be attending at the iFX EXPO International 2025 (17-19 June, Limassol, Cyprus) to present the XConnect Solution.

We are excited to announce that NetShop ISP will be attending once again at iFX EXPO International 2025, taking place from June 17–19 at the City of Dreams Mediterranean, Limassol, Cyprus.

This year, our spotlight will be on XConnect, our revolutionary connectivity solution that has been purpose-built for the trading industry. Designed to simplify and accelerate how brokers connect with liquidity providers, trading platforms, CRMs, and payment gateways, XConnect is redefining the way infrastructure is deployed in the forex and fintech space.

What is XConnect?

XConnect by NetShop ISP is a centralized hosting ecosystem offering seamless interconnection between brokers and mission-critical third-party services. Whether you’re launching an MT4/MT5 brokerage or scaling operations across multiple platforms, XConnect delivers:

  • Ultra-low latency connections to Tier-1 LPs, bridges, and fintech APIs
  • Direct access to global trading infrastructure within Equinix data centers (LD4, LD7, SG5)
  • Secure, compliant architecture with redundancies at all layers

Visit XConnect’s product page for an in-depth look at its features and benefits.

Let’s Connect in Limassol, Cyprus

Whether you’re looking to accelerate execution speed, improve connectivity to key providers, or simplify your trading stack, XConnect is the solution you’ve been waiting for. Don’t miss the opportunity to experience it firsthand at iFX EXPO 2025.

👉 Schedule a Meeting

China Blocks MT4/MT5 Forex Trading Platform

Read about the recent blackout for Forex traders using the MT4/5 platform in China.

At NetShop ISP, our deep involvement in the Forex industry as a trusted hosting solutions provider drives us to stay informed and responsive to key developments affecting brokers and traders worldwide.

In late May 2025, MetaTrader 4 (MT4) and MetaTrader 5 (MT5) platforms became inaccessible to new users in China, marking the second major disruption in recent months. According to industry sources (FinanceMagnates, PropInsider, TradingView) the outage lasted over a week and primarily affected new retail traders attempting to register through the MetaTrader mobile apps. Existing users remained unaffected, continuing their trading activities as usual.

The disruption is believed to be linked to China’s intensified use of anti-fraud surveillance tools. Many citizens are now required to install the National Anti-Fraud Center app, which may flag foreign trading applications such as MT4/MT5 as potentially malicious or fraudulent. This classification could have triggered automatic restrictions or connectivity blocks by local ISPs.

In response, MetaQuotes issued emergency platform updates — MT4 Android build 1445 and MT5 Android build 4981 — aimed specifically at restoring access for Chinese users. These builds were distributed through direct .apk installations due to limited access to the Google Play Store in mainland China.

One of the affected brokers, Hong Kong-based GFM, confirmed the issue via a post on X (formerly Twitter), offering a workaround:

“Newly registered users in mainland China are currently unable to search for forex broker names to log in. Please use the desktop version of MT5 and input the server IP directly.”

The current situation, at the time of this article's publication (5th June 2025), the situation has been resolved and forex traders can normally access MT4 and MT5 trading platforms.

What We’ve Learned and Why XConnect Still Matters

It’s true – even some of our Forex brokers using the XConnect service were affected by the recent MetaTrader outage in China. This shows just how unpredictable and complex the internet landscape can be, especially when government restrictions come into play.

But it also highlights why having strong, region-specific infrastructure like XConnect is still incredibly important. While it may not be able to bypass every sudden block or disruption, it gives brokers a much more stable and direct route to China – which makes a real difference in day-to-day performance and reliability.

At NetShop ISP, we’re working closely with our clients to improve routes, adapt quickly, and find ways to stay ahead of these challenges. If you’re operating a Forex business and accepting clients from mainland China, having the right infrastructure in place isn’t just a technical detail; it’s a competitive advantage.

For more information on how NetShop ISP’s XConnect solution can support your trading operations in China, please visit our website or contact our Infrastructure Solutions team.

NetShop ISP Expands Global Reach with PoP VPS Solution

NetShop ISP announces the launch of its new PoP VPS (Virtual Private Servers at Points of Presence), utilizing the provider’s extended global infrastructure.

NetShop ISP, a leading global hosting provider with over two decades of experience, proudly announces the launch of its new PoP VPS (Virtual Private Servers at Points of Presence) hosting solution which utilizes NetShop’s extended global infrastructure.

The PoP VPS solution is designed to meet the growing demand for low-latency and high-availability hosting solutions. By leveraging NetShop ISP’s strategically located Points of Presence, clients can now host applications closer to their target audiences, resulting in improved user experiences and reduced load times.

Key Features of PoP VPS

  • Global Reach: Deploy VPS hosting in more locations beyond traditional data centers, bringing services closer to end-users worldwide.
  • Low Latency: Ideal for latency-sensitive applications, ensuring rapid data delivery and seamless user interactions.
  • Scalable & Redundant: Built on high-performance cloud infrastructure, offering scalability and redundancy to accommodate growing business needs.
  • Cost-Effective Expansion: Facilitates workload deployment without the necessity for full co-location or dedicated server resources.
  • Easy Management: Management of PoP VPS Servers is simplified through the intuitive myNetShop Self-service Portal, enabling clients to oversee web hosting, servers, communications with the support team, and invoice payments efficiently.

The available regions available for PoP VPS orders are Australia, Colombia, Dubai (UAE), Japan, Mexico and the United States. More regions will become available towards end of June 2025.

For more information about NetShop ISP’s PoP VPS hosting and to explore deployment options, visit: https://netshop-isp.com.cy/virtual-servers/pop-vps/

NetShop ISP Announces Two Long-Standing Executives as Partners

NetShop ISP is proud to announce that two of its longest-serving and most dedicated executives, Elena Efthymiou, Operations Manager, and Yiota Pingou, Chief Technology Officer (CTO), have been appointed as Partners in the company.

NetShop ISP, a leading infrastructure and hosting provider, is proud to announce that two of its longest-serving and most dedicated executives, Elena Efthymiou, Operations Manager, and Yiota Pingou, Chief Technology Officer (CTO), have been appointed as Partners in the company.

This strategic decision reflects their unwavering commitment, leadership, and invaluable contributions to the company’s growth and success.

Elena Efthymiou – Operations Manager

Elena Efthymiou, Operations Manager - Partner

Joining NetShop ISP over a decade ago, Elena Efthymiou has played a pivotal role in streamlining business operations, enhancing customer experience, and optimizing internal processes to meet the ever-evolving demands of the hosting industry.

Her expertise in operational efficiency, customer relations, and service excellence has significantly contributed to the company’s expansion into multiple global markets.

As a Partner, Elena will continue to drive operational excellence, ensuring NetShop ISP maintains its reputation as a trusted provider of high-performance hosting solutions.

Yiota Pingou – Chief Technology Officer (CTO)

Yiota Pingou, CTO - Partner

As the driving force behind NetShop ISP’s technology evolution, Yiota Pingou has been instrumental in shaping the company’s infrastructure and innovation strategy.

With a deep understanding of cloud computing, cybersecurity, and network architecture, Yiota has led the development of cutting-edge hosting solutions that cater to high-demand industries such as forex, fintech, and iGaming.

In her new role as a Partner, Yiota will continue to spearhead innovation and technological advancements to further strengthen NetShop ISP’s competitive edge.

A Milestone for NetShop ISP

This appointment marks a significant milestone for NetShop ISP, reinforcing its commitment to recognizing and rewarding talent from within. “Elena and Yiota have been instrumental in shaping the company into what it is today,” said Stefano Sordini, CEO of NetShop ISP. “Their expertise, dedication, and leadership have been invaluable, and we are thrilled to welcome them as Partners as we continue to expand and innovate in the hosting industry.”

As NetShop ISP celebrates this achievement, the company remains dedicated to its mission of delivering high-performance hosting solutions, superior customer service, and technological excellence to clients worldwide.

About NetShop ISP

NetShop ISP is a leading hosting solutions provider with a global presence, offering dedicated servers, cloud hosting, colocation, and managed IT services. With data centers in key locations worldwide, the company serves industries including Forex, iGaming, Fintech, MarTech, and ICT, delivering reliable and scalable infrastructure solutions tailored to business needs.

[CEO Interview] Powering the Digital Backbone: A Conversation with Stefano Sordini

In a recent feature by The CIO World Media, Stefano Sordini, CEO of NetShop ISP, delved into his journey from a tech-savvy teenager to a visionary leader in the digital infrastructure realm. His story is a testament to how passion, precision, and purpose can drive innovation in the ever-evolving tech landscape.

In a recent feature by The CIO World Media, Stefano Sordini, CEO of NetShop ISP, delved into his journey from a tech-savvy teenager to a visionary leader in the digital infrastructure realm. His story is a testament to how passion, precision, and purpose can drive innovation in the ever-evolving tech landscape.

From Curiosity to Command

Stefano’s fascination with technology began early. What started as a hobby—tinkering with servers and exploring the intricacies of the internet—soon transformed into a mission to understand and enhance the digital world’s backbone. This relentless curiosity laid the foundation for NetShop ISP, a company that has since become synonymous with reliable and scalable hosting solutions.

Building Beyond Borders

Under Stefano’s leadership, NetShop ISP has expanded its footprint globally, establishing data centers across Europe, Asia, and the Americas. This strategic growth ensures that clients, regardless of location, benefit from low-latency connections and robust infrastructure. Stefano emphasizes the importance of being close to the end-user, stating that proximity is key to delivering optimal performance and reliability.

Navigating Challenges with Precision

The tech industry is no stranger to challenges, and Stefano has faced his share. From navigating the complexities of international regulations to adapting to rapidly changing technologies, his approach has always been methodical and forward-thinking. By fostering a culture of continuous learning and adaptability within NetShop ISP, Stefano ensures that the company remains resilient and responsive to the industry’s demands.

A Vision for the Future

Looking ahead, Stefano is keen on integrating emerging technologies like AI and machine learning into NetShop ISP’s offerings. He believes that these tools can revolutionize how businesses operate, providing deeper insights and more efficient processes. By staying at the forefront of technological advancements, Stefano aims to equip clients with the tools they need to thrive in a digital-first world.

Empowering Through Education

Beyond business growth, Stefano is passionate about education and knowledge sharing. He often speaks at industry events and contributes to publications, aiming to demystify complex tech topics and inspire the next generation of innovators. His commitment to mentorship and community engagement underscores his belief that collective growth stems from shared knowledge.

For a more in-depth look into Stefano’s insights and experiences, you can read the full interview on The CIO World Media.

Goodbye Skype! Dedicated Support Continues via Teams & Slack

NetShop ISP, a leading global hosting provider, announces the official phase-out of Skype from its customer communications, effective May 5th, 2025.

Following Microsoft’s announcement to discontinue Skype on the 5th of May 2025, we would like to inform all our customers and partners that all NetShop ISP teams have fully transitioned to Microsoft Teams since April 2nd.

Read here Microsoft’s announcement for retiring Skype >

The transition reflects NetShop ISP’s decision to streamline customer communication by moving all Skype-based chats to Microsoft Teams, ensuring continued efficiency and responsiveness in client support interactions.

In addition to Teams, NetShop ISP maintains an active presence on Slack. This channel of communication is reserved for existing partners , as well as customers subscribed to our Premium SLA Gold package. This ensures a streamlined, high-touch experience for those who rely on rapid, always-on technical assistance.

Key Points of the Transition:

  • Skype support will officially end on May 5th, 2025.
  • Microsoft Teams is now the default platform for technical and sales queries.
  • Slack support remains available for premium customers and active partners.
  • Customers are advised to clean up any legacy Skype chats, removing users who are no longer active to ensure smooth communication.

If you have any questions or require assistance during this transition, our support team is ready to help.

Thank you for your understanding and cooperation. We look forward to continuing our collaboration through Microsoft Teams or Slack.

NetShop ISP Unveils Revamped Website With Modern UI & Improved Navigation

NetShop ISP, a leading global hosting provider, is proud to announce the launch of its newly revamped website, designed to offer a modern user interface, enhanced navigation, and a significantly richer content experience

NetShop ISP, a leading global hosting provider, is proud to announce the launch of its newly revamped website https://netshop-isp.com.cy, designed to offer a modern user interface, enhanced navigation, and a significantly richer content experience for its global customer base.

With a content-first approach, the new website reflects NetShop’s continued commitment to delivering an intuitive and informative online experience for businesses, developers, and IT professionals. The redesign project was focused on improving usability, increasing visibility for the company’s extensive hosting solutions, and providing centralized access to a growing library of technical resources.

Revekka Kalli, NetShop ISP

“This redesign wasn’t just about aesthetics — it was about transforming how users interact with our content. We’ve streamlined the architecture, optimized performance, and created a content-rich ecosystem that supports every type of user, from entry-level customers to experienced sysadmins,” said Revekka Kalli, Project lead developer at NetShop ISP.

Key Highlights of the Website Revamp:

  • Modernized UI & Navigation
    A fresh, intuitive interface with a full-width mega menu design improves discoverability and usability across all major sections.
  • Content-Centric Structure
    New and existing content (tutorials, whitepapers, product documentation, and industry updates) is now easily accessible under a dedicated Resources section.
  • Enhanced Hosting Product Visibility
    Visitors can now seamlessly explore NetShop ISP’s full suite of services, including Cloud VPS hosting, Bare-Metal Servers, and custom solutions, all within improved menu structures and sub-page layouts.
  • Technology Partner Showcases
    A newly launched section under Solutions > Forex highlights integrations with top-tier Forex technology providers. View the section here.
  • New Data Center Pages
    Learn more about NetShop ISP’s expansion with detailed pages for its new data center locations; CY05 in Cyprus and SG05 in Singapore.

Built for Performance

The website has been redeveloped using React, one of the most modern web frameworks, ensuring lightning-fast page loads with an average loading time of 1.1 seconds—a significant improvement that supports user engagement and SEO performance.

Cloud Hosting Trends 2025: Bare Metal, Hybrid Cloud & Web3 Hosting

Learn about the Cloud hosting trends to watch in 2025, and how Bare Metal Servers, Hybrid Cloud and Web3 hosting solutions are transforming the web hosting sector.

Cloud hosting is evolving rapidly, driven by increasing demands for performance, reliability, and control. In 2025, four major trends are reshaping the hosting landscape: bare metal servers, hybrid and multi-cloud strategies, and decentralized cloud solutions for Web3.

These advancements are particularly significant for Forex & Finance, web hosting providers, and web development companies, where every millisecond, performance and security can impact business success.

In today’s article I am sharing my insights with practical examples in two industries which we hold more than 60% of our clientele; Forex, IT / Development and the fast-growing Web3.

The Rise of Bare Metal Servers

Traditional cloud hosting relies on virtual machines (VMs), where multiple customers share a physical server. This model is cost-efficient but introduces performance overhead, latency, and security concerns. Bare metal servers eliminate these issues by offering dedicated, single-tenant infrastructure with direct access to hardware resources.

High-performance Trading Infrastructure for Forex Brokers

A Forex brokerage firm operating in London uses a cloud server instance for hosting its MetaTrader 5 (MT5) trading platform. However, traders complain about slippage and execution delays due to virtualization overhead.

To solve this, the company migrates to a bare metal server in LD4 (Equinix London Data Center). The result? Order execution times improve by 30-40%, significantly reducing slippage and improving client satisfaction.

High-Traffic WordPress Hosting

A web hosting company specializes in managed WordPress hosting for e-commerce businesses. Some of their largest clients experience traffic spikes, leading to slowdowns on traditional cloud instances or VPS servers.

By switching to bare metal servers, the e-shop platform gains consistent CPU performance, NVMe storage speeds, and dedicated network bandwidth, ensuring the website remains fast even during peak traffic.

Deploy Bare-metal Server with NetShop ISP

Hybrid and Multi-Cloud Strategies

Many businesses no longer rely on a single cloud provider due to concerns over downtime, pricing, and data sovereignty. Instead, they adopt a Hybrid approach towards cloud hosting where they mix servers and resources from both private and public cloud providers.

Hybrid Cloud Setup for a Forex Broker

A Forex brokerage requires the maximum uptime guarantee to provide continuous access to trading accounts and uninterrupted price stream (ticks) to its trading platform. Relying solely on one cloud provider, e.g. AWS, presents many risks such as:

  • The company will become vendor-locked to the cloud provider making it difficult to “escape” at any time in the future
  • Cloud providers are known to be expensive for data traffic usage, something which may not be clearly visible in the beginning
  • In case of network or other issues, the FX broker has no alternative provider for fail over.

To mitigate the above cases, it is common for customers to follow this approach:

  1. Run primary services on one hosting provider, such as NetShop ISP
  2. Replicate critical data and backup servers to a reputable cloud hosting provider

Hybrid Cloud for a Software Development Agency

It is wide known that developers like working with public cloud providers due to the plethora of 1-click deployment tools they offer which makes their life easier. However, the best approach to be followed is to split the infrastructure into, at least, two hosting providers. Here’s a working scenario from a successful software development company in Cyprus:

This agency builds high-traffic websites and e-shops. They maintain a private cloud for staging and development but rely on a public cloud provider for the production environment.

  • They use on-premise bare metal servers for testing and version control.
  • Once projects are ready, they deploy to a public cloud provider for scalability.

This hybrid setup ensures secure internal development while benefiting from the scalability of the public cloud.

Decentralized Cloud and Web3 Hosting

Decentralized cloud hosting is gaining traction as businesses look for censorship-resistant, secure, and resilient alternatives to traditional cloud providers. Web3 hosting leverages blockchain-based networks to distribute data across multiple nodes instead of central data centers.

Decentralized Hosting for Forex Analytics

A regulatory reporting services firm offers business intelligent analytics to regulated Forex brokers but doesn’t want to rely on public cloud providers (AWS, Azure, Google Cloud) due to privacy concerns.

They move their data storage to a decentralized cloud solution like Sia or Filecoin, ensuring:

  • Data redundancy across a global network.
  • No single point of failure, making the system resistant to outages.
  • Enhanced security, as data is encrypted and split across multiple nodes.

Web3 Hosting for a Web Development Agency

A web development firm builds websites for clients in regulated industries (finance, crypto, and fintech). Some of their clients require uncensorable websites that cannot be taken down by governments or cloud providers.

Instead of using traditional hosting, they deploy websites and client portals on:

  • IPFS (InterPlanetary File System), distributing site data across a peer-to-peer network.
  • Ethereum Name Service (ENS) for blockchain-based domain names that are resistant to DNS takedowns.

This Web3 hosting model ensures content remains accessible, even if authorities attempt to shut down or censor the website.

Summary of 2025’s Hosting Trends

Cloud hosting in 2025 is evolving beyond traditional models. Bare metal cloud servers are eliminating performance bottlenecks, hybrid and multi-cloud strategies are enhancing reliability, and decentralized Web3 hosting is introducing a new era of censorship-resistant, secure hosting.

For Forex brokers, web hosting providers, and web development firms, adapting to these trends is crucial for staying competitive. Whether optimizing trade execution speeds, ensuring redundancy, or exploring decentralized cloud solutions, businesses must embrace these innovations to future-proof their operations.

Contact NetShop ISP for free advise and consultation on any of the following:

  • Bare metal cloud servers in strategically-chosen regions all over the world.
  • Hybrid cloud solutions to ensure business continuity and avoid becoming vendor locked.
  • Web3 hosting solutions for decentralized applications.

About the Author

Stefano Sordini, CEO and Founder of NetShop ISP, brings 20 years of experience in the hosting industry, with half of his career dedicated to serving the financial services and gambling sectors.
During this time, he has gained deep expertise in critical application hosting solutions and low-latency network optimization.

How To Install Virtualizor KVM on Ubuntu 22.04

As KVM (Kernel-based Virtual Machine) is one of the most popular open source virtualization technologies, this article is dedicated to provide all steps for a successful installation of Virtualizor KVM on Ubuntu 22.04 server.

Virtualizor is a powerful web based VPS Control Panel that allows users to deploy and manage VPS on servers with a single click. Virtualizor supports KVM, Xen, OpenVZ, Proxmox, Virtuozzo, LXC, etc.

As KVM (Kernel-based Virtual Machine) is one of the most popular open source virtualization technologies, this article is dedicated to provide all steps for a successful installation of Virtualizor KVM on Ubuntu 22.04 server.

Steps to Install Virtualizor on Ubuntu 22.04

Before you start the installation process make note of the pre-requisites.

Pre-requisites

  1. An active VPS or Dedicated Server with Linux Ubuntu 22.04
  2. Server access with ‘root’ or sudo privileged user.
  3. Storage space (ideally dedicated / separate from OS disks) to use it for VPS provisioning
  4. Valid paid or trial license by Softaculous. Click here to obtain a Virtualizor license.

Step 1 – Install Ubuntu 22.04

Proceed with the installation of Ubuntu 22.04 LTS (22.04.05 64-bit) on your server. You can choose all default options that are presented during installation, however for disk partitioning do the following:

  • at least 4 GB for “swap”
  • at least 1 GB for “boot”
  • rest for “/” root partition

Step 2 – Prepare the OS Environment

During installation you have chosen a custom username and password. By default in Ubuntu 22.04 the “root” user is not configured so you will need to access your server via SSH using the username/password you have chosen during installation.

As soon as you have connected on your server proceed with the following steps:

2.1. Configure password for “root” user

user@localhost:~$ sudo su

Enter the password of the user you chosen during installation. If successful, you will enter the root account.

root@localhost:~$ passwd

Enter your desired password for “root” user. You need to enter it twice.

2.2. Update & Upgrade all packages

root@localhost:~$ apt update && apt upgrade -y

2.3. Allow Root Login

  • Edit the file /etc/ssh/sshd_config
  • Locate the line that starts with PermitRootLogin and edit it as follows:
    PermitRootLogin yes
  • Save & exit the file
  • Restart sshd service using command: service sshd restart

Step 3 – Install Virtualizor KVM

The installation script will check for a valid license (trial or paid) for your server’s IP address. Before you start the following steps, ensure you have a valid Virtualizor license by Softaculous.

3.1. Execute the following commands to install Virtualizor KVM on your Ubuntu 22.04 server:

root@localhost:~$ cd /root/ && wget -N http://files.virtualizor.com/install.sh

Then set the appropriate permissions to the install.sh file as follows:

root@localhost:~$ chmod 0755 install.sh

Finally, run the following command – this will get the magic started! Please note that the email you will use in the command below, should be the email address you used to obtain the Virtualizor license at https://www.softaculous.com/clients

root@localhost:~$ ./root/install.sh email=admin@example.com kernel=kvm

3.2. Monitor Installation Process

Note: At this point, we suggest that open a new SSH terminal to monitor the the installation process using the following command. This will help you identify any possible errors which may cause the installation process to stop.

root@localhost:~$ tail -f /root/virtualizor.log

Step 4 – Restart Server & Enjoy the Virtualizor Admin Panel

If all went well with the installation process, you will be asked to reboot the server.

Restart your server using the following command and then you should be able to access the Admin Panel via your browser https://ip_address:4085

root@localhost:~$ shutdown -r now

Best Virtualizor Server Hosting by NetShop ISP

Join hundreds of other hosting companies and individuals who have trusted NetShop ISP for hosting Virtualizor KVM.

NetShop ISP offers a variety of Virtual Servers (VPS) and Dedicated Server plans, all optimized for the best performance of Virtualizor KVM. Deploy Linux VPS or Order a Dedicated Server today!

In addition to the affordable pricing of our hosting plans, NetShop ISP carries a decade of experience in deploying, managing and optimizing the Virtualizor KVM software.

Contact our Hosting specialists for a free consultation on how we can help you get started with Virtualizor.