Step-by-step guide to moving your website to RamNode shared hosting.
Before starting the migration, gather the following information:
Important: Always create a complete backup before migration! Keep your old hosting active until you verify everything works on the new server.
Easiest method if both hosts use cPanel.
For non-cPanel hosts or when you want full control.
Automated migration for WordPress sites.
Via cPanel: Go to File Manager → public_html → Select all → Compress → Create ZIP → Download
Via FTP: Connect to old host, download all files from public_html to your computer.
Via cPanel: File Manager → public_html → Upload ZIP → Right-click → Extract
Via FTP: Connect to RamNode, upload all files to public_html.
Update configuration files with new database credentials:
WordPress (wp-config.php):
define('DB_NAME', 'new_database_name');
define('DB_USER', 'new_database_user');
define('DB_PASSWORD', 'new_database_password');
define('DB_HOST', 'localhost');On Old Site:
On New Host:
On Old Site:
On New Host:
Set up both accounts in email client (Thunderbird, Outlook), then drag and drop emails from old to new account.
RamNode provides a temporary URL in your welcome email. Visit: http://IP_ADDRESS/~username
Edit hosts file on your computer to point your domain to the new server IP:
Add line: NEW_SERVER_IP yourdomain.com www.yourdomain.com
Once testing is complete and site works perfectly:
RamNode Nameservers:
ns1.ramnode.com
ns2.ramnode.comDNS propagation takes 24-48 hours (usually much faster). Keep old hosting active during this period.
Cause: Absolute URLs pointing to old domain
Solution: WordPress: Use Better Search Replace plugin. Database: Search and replace old URLs with new ones.