This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 31, 2022, 11:06:25 PM »Quoteyou mean,, we must enter the command from cli first.. then we can use the GUI ?
from Remote Terminal login as root.
yes i mean remote terminal like putty.... under cli
so this is what i should to do
old server A: 1.1.1.1
username : root
pass : 12121212
new server B: 2.2.2.2
username: root
pass : 090909
firewall = off
ssh port : 2222 (both A and B)
step one:
connect to server using CLI, if remote then we can use like puTTY
login to server ACode: [Select]root@servera: # export SSHPASS=121212;/usr/bin/sshpass -e ssh-copy-id "-p 2222" root@1.1.1.1 -o StrictHostKeyChecking=no 2>&1 ssh -p ' 2222' -o 'StrictHostKeyChecking=no' 'root@2.2.2.2'
enter
then go to CWP GUI do cwp-to-cwp migration just like tutorial
correct?
hey pakpos, do you deliver mails? hehehe..
actually im facing same problem with you. what i do is.
on old server
after doing the API allow stuff than generate the ssh generator
on the new server
you can do this on ssh
Code: [Select]
# export SSHPASS=passwordoldserver;/usr/bin/sshpass -e ssh-copy-id "-p 22" root@ipoldserver -o StrictHostKeyChecking=no 2>&1
# ssh -p ' 22' -o 'StrictHostKeyChecking=no' 'root@ipoldserver'
and please make sure the sshpass is installed on the new server. after that, you can do the cwp to cwp migration stuff.
Pages: [1]