What this procedure is
How to install PrestaShop manually by uploading files via FTP and running the web installer.
Applies to: PrestaShop 8.x.
Why you would do this
- You do not have a one-click installer.
- You want full control over files.
Prerequisites
- FTP or File Manager access.
- A database created.
- Domain pointing to the hosting.
Quick diagnosis (before you change anything)
1) Decide install path
Expected result: root or subfolder decided.
Manual install via FTP
Step 1) Upload files to your hosting
Upload the PrestaShop files into the domain folder.
Expected result: opening the URL shows the installer.
Step 2) Run the installer
Complete the wizard with database credentials.
Expected result: installation completes.
Step 3) Delete /install
Delete /install.
Expected result: the store becomes accessible.
Final verification
- Store loads.
- Admin opens.
- You can upload a product image without errors.
If something doesn’t work (common issues)
FTP upload is slow
- Upload during off-peak hours.
- Upload a ZIP and extract on the server if your panel supports it.
Best practices
- Enable HTTPS after installation.
- Save the admin URL.
- Configure SMTP for emails.