If you’ve built your site in Adobe Dreamweaver, you can publish it directly to your Ruachost hosting account using SFTP. This guide walks you through the setup and upload process.
Note
|
Steps to Publish with Dreamweaver
-
Open Your Project
-
Launch Dreamweaver and open your website project.
-
-
Set Up the Remote Server
-
Click the Connect to Remote Server icon.
-
In the Site Setup dialog, click Add New Server.
-
-
Enter Server Details
-
Server Name: Any descriptive name (e.g., Ruachost Hosting).
-
Connect Using: Select SFTP.
-
SFTP Address: Your domain name (e.g., example.com).
-
If DNS isn’t yet pointed, use your server’s hostname.
-
-
Port: 22 (or the custom SSH port for your account, e.g., 7822).
-
Username: Your Ruachost/cPanel username.
-
Password: Your Ruachost/cPanel password.
-
(Optional) Check Save to avoid retyping your password.
-
-
Test the Connection
-
Click Test.
-
If successful, you’ll see Dreamweaver connected to your Web server successfully.
-
If not, verify your username, password, and port.
-
-
Set Root Directory and URL
-
Root Directory: /home/username/public_html
-
Replace username with your cPanel username.
-
Add a subdirectory if you want to publish to a folder.
-
-
Web URL: http://www.example.com
-
-
Save Settings
-
Click Save, then Save again.
-
When prompted, allow Dreamweaver to recreate the cache.
-
-
Publish Your Site
-
Click the Connect to Remote Server icon.
-
Click the Synchronize with Remote Server icon.
-
In the dialog:
-
Synchronize: Select Entire Site.
-
Direction: Select Put newer files to remote.
-
-
Click Preview, review the file list, then click OK.
-
Dreamweaver uploads your files to Ruachost.
-
-
Verify Your Site
-
Open your domain in a browser to confirm your site is live.
-
Troubleshooting
-
Login errors → Double-check username, password, and port.
-
Files not visible → Ensure you’re uploading to public_html.
-
Domain not resolving → Confirm nameservers are set to Ruachost and allow up to 48 hours for DNS propagation.