Jump to content

How to move clients from old server to new in whmcs


1337

Recommended Posts

Hello,

 

I wanted to move all clients from 2 of my servers to 1. So those 2 full ones you see below, I want to move to the empty one, in WHMCS.

 

lHT.png

 

I already moved all cpanel accounts to the new server, I just need to know how to do it in whmcs. I want to move. So I can suspend / terminate/ ext..

Link to comment
Share on other sites

  • WHMCS Support Manager

Run the following from the SQL tab of phpmyadmin:

update tblhosting
set server = 'y'
where server = x;

Where y is the ID of the new server and x is the ID of the old server. You can see the IF in your browser's URL bar when editing it.

 

As always, please backup before making any changes to the database.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated