Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
25% Recurring Discount on NVMe VPS
Try EnsoVPN - Reliable VPN - 1-Day Free Trial
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
CloudLinux
Try EnsoVPN - Fast & Private VPN - 1-Day Free Trial
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Managing Multiple VPS

Since I manage more than 50 VPS instances across multiple providers, it has become increasingly difficult to handle them efficiently. Is there a centralized solution that allows managing multiple VirtFusion VPS instances from different providers through a single interface?

Thanked by 1oloke

Comments

  • edited May 22

    I guess the first question is what do refer to by manage. There's various automation approaches/tools like scripting ssh, ansible, ... Once it comes to actually interacting with the providers themself (through some API or whatever it gets a little more complicated) but there was a post recently about someone writing such a solution i think: https://lowendtalk.com/discussion/comment/4796781

    Thanked by 3tentor MohamadSY xpygmy
  • MohamadSYMohamadSY Member

    @totally_not_banned said:
    I guess the first question is what do refer to by manage. There's various automation approaches/tools like scripting ssh, ansible, ... Once it comes to actually interacting with the providers themself (through some API or whatever it gets a little more complicated) but there was a post recently about someone writing such a solution i think: https://lowendtalk.com/discussion/comment/4796781

    I found many other solutions that manage the VPS after deployment and while it is operational. However, I’m specifically looking for a solution that integrates directly with the VirtFusion API to manage VPS instances from the main control panel.

    Thanked by 1oloke
  • Neat321Neat321 Member

    If you can't find a solution, you could develop your own using the Virtfusion API. Since we now have AI coding tools, this should be an easy project, I guess.

    Thanked by 1MohamadSY
  • Maybe sidepanel guy has some comments on this: @renyb

    Thanked by 1MohamadSY
  • NeoonNeoon Community Contributor, Veteran

    @ShadowLurker said:
    ansible ?

    Thanked by 1MohamadSY
  • renybrenyb Member

    Sidepanel guy" here! 👋 Thanks for pointing them to my direction @totally_not_banned .

    @MohamadSY I hear your pain loud and clear. Managing 50+ nodes across multiple tabs is exactly why I built my current extension.

    My current Alpha build is tailored for SolusVM APIs, but the core architecture (the compact sidepanel list view, local-only encrypted storage, multi-provider logic) is fully modular.

    Since VirtFusion actually has a much more modern and clean REST API, adding VirtFusion support to the sidepanel dashboard is officially going into my immediate roadmap.

    I'd love to make this a universal browser dashboard for budget VPS hoarders. Once I wrap up the initial stable release of the SolusVM module this week, I'll start diving into VirtFusion API docs.

    Keep an eye on this space, I'll definitely ping you here when the VirtFusion beta is ready for testing! 🚀

    Thanked by 1MohamadSY
  • renybrenyb Member

    A bit late, but experimental VirtFusion support is now live in v1.5.0.

    Basic status / power actions are supported. I don't have enough real VirtFusion panels to test with yet, so it's marked experimental.

    If you're still using VirtFusion, feedback would help a lot.

    Link:
    https://chromewebstore.google.com/detail/solusvm-vps-dashboard/eopncllcllcigednkoegohhmknhibdbc

    Thanked by 1FunFap
  • conceptconcept Member

    I use AI + Tailscale + Ansible to manage my vpses.

    Thanked by 1oloke
  • NushairAlviNushairAlvi Member, Host Rep
    edited 6:17AM

    Why not use AI or get a stuff to manage ??

  • cloudblastcloudblast Member, Patron Provider

    https://lowendtalk.com/discussion/219671

    With the claude code integration you can just ask claude to check something over all 50 servers, apply a patch or whatever you need.

    Thanked by 1vuanhson
  • manishmanish Member

    @MohamadSY said: Is there a centralized solution

    Hire a human? :smiley:

  • I vibecoded a panel to update all servers in one click. There is also this - https://github.com/TheDuffman85/linux-update-dashboard

  • forestforest Member
    edited 7:54AM

    @NushairAlvi said:
    Why not use AI or get a stuff to manage ??

    If you like things being deleted, sure. :D

  • sanam08sanam08 Member

    100% with @forest here. Giving AI full control over 50 live nodes without dry-runs or strict state checks is a recipe for an accidental nuke. :#

    VirtFusion’s API is surprisingly clean though. If @renyb's extension isn't quite what you need yet, wrapping their API endpoints with a basic Python script or Ansible setup is way safer and pretty easy to whip up.

  • @sanam08 said:
    100% with @forest here. Giving AI full control over 50 live nodes without dry-runs or strict state checks is a recipe for an accidental nuke. :#

    VirtFusion’s API is surprisingly clean though. If @renyb's extension isn't quite what you need yet, wrapping their API endpoints with a basic Python script or Ansible setup is way safer and pretty easy to whip up.

    That's the new meta for when you fear that you get laid off. Give the agent full access to the systems. You haven't done anything wrong

Sign In or Register to comment.