To connect Dreamweaver to the live BizSocials website files so the tech team can edit directly on the remote server.
Open Adobe Dreamweaver on your computer.
Ensure you are in the Files workspace so the Files panel is visible.
Go to the top menu → Site → New Site.
Site Name: BizSocials
Local Site Folder: Select or create a folder on your computer where Dreamweaver will store temporary local versions of the files.
Example: C:\DreamweaverSites\BizSocials
In the Site Setup window, select Servers in the left panel.
Click the + (Add New Server) button.
Server Name: BizSocials Live
Connect Using: FTP
FTP Address (Server): ftp.bizsocials.com
Port: 21
Username: (from screenshot) bizsocials
Password: Use your cPanel account password (this works instead of the FTP-specific password).
Root Directory: /public_html/
Web URL: https://bizsocials.com/
Leave Use Passive FTP checked (recommended for most servers).
Leave Use Secure FTP (SFTP) unchecked since the server is set for standard FTP on port 21.
Optionally check Maintain Synchronization Information so Dreamweaver can track changes.
Click Test in the server setup window.
If successful, you’ll see:
Dreamweaver connected to your Web server successfully.
If it fails, double-check:
Password (must be the working cPanel password)
Port (21)
FTP address spelling
Click Save to close the server setup.
Click Save again to close Site Setup.
In the Files panel, choose Remote Server from the drop-down.
Click the Connect icon (plug symbol).
You should now see the remote file structure.
Navigate to /public_html/ to access live website files.
Download first: Right-click the file → Get to save a local copy before editing.
Edit the file locally.
Upload changes: Right-click the file → Put to send it back to the server.
Do not work in /home/bizsocials/ directly — always edit inside /public_html/ for the live site.
Avoid deleting core template or system files unless absolutely necessary.
Maintain backups before major edits.