Complexity is often the enemy of creativity
Our solution is fully managed and can scale the most demanding applications with ease.
No credit card required
Fully managed and hosted
We manage every aspect of hosting your sites and the containers you need to run your application.
You can focus on what’s most important: WordPress and your customer.
No credit card required
Managed Cloud
Our container-based cloud infrastructure orchestrated by Kubernetes can manage any traffic spike, without sacrificing performance, consistently delivering optimal performance as expected.
Managed Containers
Fully managed databases and WP Cronjobs, along with the added security of fully-managed, free HTTPS certificates.
Aron Martinez – Founder
AMWeb
Horizontal and vertical scaling for every application
On wildcloud, each ‘application’ hosts multiple tenants. Tenants are individual WordPress websites with a shared codebase: they have the same plugins, themes, and language files.
Applications have an auto-scaling feature that dynamically adjusts the number of containers based on tenant volume and demand at any given time.
While the system takes care of scaling to meet demand, you still have the flexibility to manually set limits on CPU and memory usage.
No credit card required
Jorge Gasca – Founder
Three Step Business
This is a multi-tenant WordPress application
A multi-tenant WordPress application is a collection of managed WordPress installations that scale as individual sites, but are controlled via a shared codebase.
On wildcloud, these individual WordPress instances are called “tenants”, and are controlled via “versions”.
No credit card required
“If you’re looking for a solution to efficiently manage multiple websites or sub-brands, multi-tenancy is definitely worth considering.”
The Editorial Team
wpmayor.com
Scale like the biggest names in SaaS
A few notable companies utilizing multi-tenant cloud architecture today:
Aron Martinez
AMWeb
Check out what users have built
Get inspired and see how you can transform your business too.
Start your free trial today
Or continue to explore what makes wildcloud the ultimate solution to build recurring revenue with WordPress:
Sell pre-built WordPress sites on autopilot
Our solution for managing thousands of individual WordPress sites safely.
Frequently asked questions
wildcloud supports a wide range of applications, including web applications, WaaS and SaaS applications, and more. Visit our applications page to learn about various use cases or contact us to determine if your application is compatible with our platform.
Since multi-tenant WordPress is based on the same core software as regular WordPress, it supports the same features and functionality, including a wide range of themes, plugins, and integrations. You can use the WordPress ecosystem to its full advantage when building your application on wildcloud.
Yes, wildcloud automatically provides free SSL certificates for all tenants using Let’s Encrypt. This service ensures that your application has a secure connection, protecting sensitive data and enhancing your users’ trust in your application. With wildcloud, you don’t have to worry about the process of obtaining, installing, or renewing SSL certificates, as we handle it all for you.
wildcloud’s cloud platform is designed to offer high levels of performance, reliability, and scalability. We have invested heavily in our infrastructure to ensure that its cloud service meets the needs of even the most demanding applications and workloads.
In terms of performance, our cloud service offers low latencies and high throughput, making it well-suited for applications that require fast response times.
In terms of reliability, wildcloud is designed to be highly available, with multiple layers of redundancy to protect against outages and downtime.
Finally, wildcloud’s cloud service is highly scalable, allowing you to easily add or remove resources as your needs change.
Using wildcloud’s serverless cloud solution offers several advantages:
- Simplicity: Focus on developing and running your applications without worrying about the underlying infrastructure.
- Cost-efficiency: Pay only for the resources your application uses, saving money compared to traditional cloud hosting models.
- Scalability: Kubernetes manages resource scaling, allowing your application to automatically adjust to fluctuating demands.
- Reliability: Our infrastructure ensures high availability and reliability for both infrastructure and applications.
- Multi-tenancy: Manage an infinite number of independent WordPress installs from a centralized environment.
wildcloud implements a range of security measures to safeguard your applications and data. These measures include encryption for data in transit and at rest, firewalls to protect against unauthorized access, regular security updates, and strict access control policies. Furthermore, wildcloud provides free SSL certificates using Let’s Encrypt, ensuring secure connections for all tenants.
Multi-tenancy is an architectural approach where a single instance of a software application serves multiple customers, called tenants. Each tenant’s data is isolated and remains invisible to other tenants. In the context of wildcloud, multi-tenancy allows you to manage an infinite number of independent WordPress installs from a central environment.
wildcloud manages the underlying infrastructure and scales resources to meet your application’s demands. We use Kubernetes to deploy and manage containerized applications on our infrastructure, allowing you to focus on developing and running your applications without worrying about infrastructure management.
wildcloud is committed to ensuring data protection and service continuity in the event of unexpected incidents. As a user, you determine the backup frequency of your applications, and we store them securely in geographically distributed locations. In case of a disaster or data loss, our disaster recovery process enables the swift restoration of your application and data, minimizing downtime and potential impact on your business.
We have multiple data centers and redundant systems in place to ensure that your applications and data are recoverable in the event of a disaster or outage. Our systems are designed to be highly available and resilient, with automatic failover and data replication. We also offer backup and restore services to help you recover your data quickly and easily in case of a disaster.
As wildcloud is a platform to keep your whole product scalable (in every sense of the word), we do not allow direct access to the filesystem.
The very first thing to keep in mind is that FTP very easily allows you to break the uniformity of your product. This might not have a major effect on your development cycle at first, but sooner or later, the lack of uniformity makes further development of many sites at once a very painful process. Just imagine having to upgrade something in a product with 100 sites, all the while having the keep track of 23 exceptions (or was it 24?).
Most use-cases for FTP can, however, be solved using plugins or even native functionality. For example, if you are using a custom theme and need to change its CSS to customise the site, consider using the WordPress Settings API. You can use this core WordPress feature to store settings in the database, as opposed to the filesystem. This allows you to customise anything you would want to customise, while remaining confident that all tenants remain uniform. You would have full control over how settings are applied to the CSS, and, more importantly, full knowledge on how settings are stored. When you have 100 tenants – all with different configurations – you will be very glad to know exactly how each of those configurations work and how you can upgrade your product without or “exception-fixing”.
Yes, you can! With some exceptions, you can configure CloudFlare like normal. Read more about how to set up CloudFlare here.