Changing a WeaselCloud VPS plan doesn't mean ordering a new server. The service's Product Details page has an Actions panel with two links for changing your plan. Here's exactly where they are, what the plan-selection screen typically shows, and what to watch out for when you shrink your disk.

There are two reasons people come looking for this. Either the server has genuinely outgrown its plan: the site slows down under load, memory keeps spilling into swap, disk space keeps shrinking. Or the opposite: the plan was sized generously up front and most of it sits unused, and it would be nice to pay less for it. Neither case calls for ordering a new VPS and moving everything over by hand. You can change the plan on the same WeaselCloud server directly from the client area. Here's exactly where that option lives, what happens to the server and its data when you change plans, and what to watch out for if you're shrinking the disk.

In short. On the server's page in the client area, the Product Details tab has an Actions panel with two links: Upgrade/Downgrade switches the whole plan (a different bundle of CPU, RAM, and disk), and Upgrade/Downgrade Options adjusts individual configurable add-ons, if your plan has any. After clicking through, the panel typically lists the available plans and shows a price difference, the exact mechanics of when the change takes effect depend on the specific billing setup. WeaselCloud runs on KVM virtualization, so changing CPU or RAM is a matter of reallocating virtual hardware rather than redeploying the OS, which usually means a reboot is enough, no reinstall. The IP address and disk contents aren't touched, since the server stays the same machine. Shrinking the disk below what's already in use is usually not allowed, the data simply wouldn't fit. For how this affects your next payment, see the billing cycle guide.

When it's actually worth changing your VPS plan

Usually there's one of two triggers, and they pull in opposite directions.

The first: the server is short on resources for what it's actually running. Response times have crept up, you've added more services than originally planned, traffic has grown. Before jumping straight to an upgrade, it's worth checking on the server itself what's actually the bottleneck. free -h shows how much RAM is in use and whether it's spilling into swap, top or htop shows whether the CPU is maxed out, and df -h shows how much disk space is left. If one of these sits consistently near its limit, not just during an occasional spike, that's the real signal the current plan is too small.

The second is the mirror image: the plan was sized with headroom for growth that never materialized, and the server has been sitting at a fraction of its allocated resources for months. WeaselCloud's plans differ meaningfully in CPU, RAM, and disk, and moving down a tier lowers the monthly bill without rebuilding the project on a new server from scratch.

Where plan changes live in the client area

Open Services -> My Products & Services and go to the server's page. On the Product Details tab, the Actions panel (usually to the side or below the main service info) has two distinct links, and it's worth not mixing them up, they do different things:

Upgrade/Downgrade

Upgrade/Downgrade Options

What it changes

the whole plan, a move to a different bundle of CPU, RAM, and disk

individual configurable add-ons within the current plan (for example, extra disk or bandwidth), if the plan offers any

When you'd use it

you want to move to a different plan tier entirely, up or down

you want to tweak one specific thing without switching the base plan

Where it goes

a form listing the plans in your server's line

a form with individual configurable parameters, if the plan has any

For most people who just want more or less CPU, RAM, or disk within an existing plan tier, it's the first link that matters, Upgrade/Downgrade. The second one is only useful if WeaselCloud offers separately purchasable add-ons for your specific plan on top of the standard tiers, whether that's the case is worth checking for your own plan, not every line offers the same options.

What the plan-selection screen actually shows

Clicking Upgrade/Downgrade opens a "New Configuration" section - cards for the plans you can move to within your line. Each card shows the plan name, specs (vCPU, RAM, SSD, bandwidth), a billing-period dropdown (1/3/6/12 months), and a selection button. One detail worth knowing up front: the price in that dropdown is the full price of the new plan for that period, not the difference from what you pay now - read it as "what the server will cost after the change," not "what you'd owe on top." There's no visible "apply now vs next renewal" toggle on this screen - if one exists, it's further into the flow.

From there, a separate confirmation step should follow with a final total and details like whether a reboot is needed and exactly when the change takes effect - that step wasn't reached on purpose, to avoid triggering a real order with a possible charge. If you have a screenshot of it, it goes here.

Do you need to reboot, and can you lose data

This is the question that matters most before hitting confirm. WeaselCloud runs on KVM virtualization with dedicated resources, which means CPU and RAM aren't physically wired to your server, they're allocated to your virtual machine by the hypervisor. On platforms built this way, changing the amount of CPU or RAM is normally a matter of reallocating virtual hardware, not redeploying the operating system, and in most cases getting the new resources to show up inside the OS just takes a reboot, not a full reinstall that wipes what's already installed.

That's the general principle behind how KVM virtualization works, not a guarantee for every specific case on WeaselCloud. The exact procedure for a given plan change is what the confirmation screenshots above are for, that screen typically states outright whether a reboot is required and when it happens.

Downgrading: disk can't shrink below what's already in use

If you're moving down rather than up, there's a constraint that shows up across almost every hosting panel: the disk on a smaller plan can't be less than the space already occupied by data on the current server. The logic is straightforward, files physically sitting on disk don't disappear just because you picked a plan with less storage, and shrinking below the occupied space means there's simply nowhere for part of that data to go.

The practical move: before downgrading, run df -h to see exactly how much space is actually in use, and only consider plans with disk equal to or larger than that figure, even if you'd like to cut CPU and RAM more aggressively. Freeing up space first, old backups, logs, unused files, is usually a more reliable path than hoping the panel finds a smaller-disk option that somehow still fits.

Does your IP address and data survive a plan change

Changing plans through Upgrade/Downgrade adjusts the resources of your existing virtual machine, it isn't a move to different physical hardware or a different location. On operations like this, the IP address and disk contents normally stay exactly where they were, precisely because nothing is technically migrating, it's the same machine running with a different resource configuration. It's worth confirming this holds for your specific case right after the change goes through, and for most people the simplest check is logging back in over SSH with the same IP and password as before, and confirming the files are all still there.

How this shows up on your bill

A plan change almost always changes the recurring payment too, a bigger plan costs more, a smaller one costs less. It can also change what happens to the period you've already paid for: some WHMCS-based panels raise an invoice for the difference prorated by the days remaining until the next renewal, others simply adjust the amount due next time. How the billing cycle, the Next Due Date, and auto-renewal generally work for WeaselCloud is covered separately in the billing cycle and auto-renewal guide, no need to repeat it here. After changing your plan, it's worth taking one look at the service page and the invoices section to see exactly how the upgrade landed on your bill.

If something looks off after the plan change

Sometimes the server doesn't reboot on its own after an upgrade, the new specs don't show up inside the OS, or the service status in the client area doesn't match what's actually happening. The first move is checking resources directly on the server, the same free -h for memory and nproc for core count, and comparing that against what the new plan promises. If the numbers still don't match after a reboot, or the service page keeps showing the old plan well after you confirmed the change, that's a moment to stop guessing and open a support ticket from the client area, mentioning which plan you selected and when, with the command output that shows the mismatch attached. That gets resolved faster on the panel's side than by repeatedly poking at it yourself.

Common questions

How do I increase RAM on a WeaselCloud VPS

On the server's page, Product Details tab, open the Actions panel and click Upgrade/Downgrade, then pick a plan with more RAM within the same line. After confirming, you'll usually need to reboot the server for the new memory to show up inside the OS, which you can check with free -h.

How do I change my server plan

Go to Services -> My Products & Services, open the server, and find the Actions panel on the Product Details tab. Upgrade/Downgrade switches the whole plan, a different bundle of CPU, RAM, and disk, while Upgrade/Downgrade Options adjusts individual configurable parameters, if your plan has any.

Can I downgrade my VPS disk

Usually not below the space already occupied by data on the server, that's a common constraint across most hosting panels, not something specific to WeaselCloud. Before downgrading, check occupied space with df -h and only pick plans with disk equal to or larger than that, or free up space first.

Do I need to reboot to upgrade a VPS

On the KVM virtualization WeaselCloud runs on, changing CPU or RAM reallocates resources on the existing virtual machine rather than redeploying the OS, and a reboot is usually enough to make the new specs visible inside the server. The confirmation screen for the specific plan change you're making states the exact requirement before you agree to it.

Does my IP stay the same after a plan change

Yes, since changing plans through Upgrade/Downgrade only adjusts the resources of the existing virtual machine and doesn't move the server to different hardware or a different location, the IP address and the data on disk stay in place. Right after the change, it's worth logging back in with the same IP and password as before, just to confirm everything is still there.

Takeaways

  • Change your WeaselCloud VPS plan when the server is short on CPU, RAM, or disk for its current load, or when the plan has more headroom than you're actually using and you'd rather pay less.
  • It lives in the client area: Services -> My Products & Services -> the server's page -> Product Details -> the Actions panel.
  • Upgrade/Downgrade switches the whole plan, Upgrade/Downgrade Options adjusts individual configurable add-ons if the plan has any.
  • Changing CPU/RAM on KVM virtualization usually only needs a reboot, not a reinstall.
  • Disk can't usually shrink below what's already in use, check with df -h first.
  • The IP address and disk data normally stay put, since it's not a move to different hardware.
  • For how the upgrade affects your payment date and amount, see the billing cycle and auto-renewal guide.
  • If anything looks wrong after the change, open a support ticket rather than guessing on your own.

Next steps