SMART IPTV PRO WEB Documentation
  • Introduction
  • Quick Start Guide
    • Prerequisites
    • Download the Project
    • Install Dependencies
    • Start the Development Server
    • Build for Production (Optional)
    • Edit the Project
  • Customizing the Project
    • Changing Icons
    • Changing Text
    • Changing Colors
  • Building the Project
  • Uploading the Project to Hosting
Powered by GitBook
On this page

Uploading the Project to Hosting

After building the project, you need to upload the files to your hosting provider.

Steps for Uploading

  1. Build the Project: Ensure the project has been built using npm run build.

  2. Connect to Hosting: Use your hosting provider’s File Manager or FTP client (such as FileZilla) to connect to the server.

  3. Upload Files: Navigate to the build folder and upload all its contents to the root of your hosting directory.

  4. Verify Deployment: Once uploaded, visit your domain to verify the project is running as expected.

Important Note

Keep in mind that IPTV streams typically operate over HTTP, not HTTPS. Make sure that the domain you are using does not enforce HTTPS, as this could cause issues with the streams not loading properly. If your hosting provider enforces HTTPS by default, you may need to configure the server or disable forced redirection to HTTPS for the IPTV streams to work as intended.

PreviousBuilding the Project

Last updated 7 months ago