Panoee

Upload Static Tour Files to Panoee Hosting

Learn how to upload exported static tour files to Panoee Hosting and fix the No HTML file found status.

Upload Static Tour Files to Panoee Hosting

After you create a Panoee Hosting project, upload the exported static files for your virtual tour or static site. The uploaded package must include index.html so Panoee can mark the project as ready and generate a public hosting URL.

Before You Start

  • Create a Hosting project in Panoee.
  • Prepare the exported static package on your computer.
  • Confirm that the package includes index.html.
  • If the export is inside a parent folder, know whether you want to upload the parent folder or only its contents.

Steps

  1. Open the Hosting Project

    Go to Hosting in Panoee Studio and select the project where you want to upload the static tour files.

  2. Click Upload

    In the file manager, click Upload. Panoee opens the upload modal where you can select files or folders from your computer.

  3. Select the Static Export Files

    Upload the complete export package, including index.html, asset folders, scripts, styles, images, JSON files, and any other files required by the tour.

  4. Use Upload as Root When Needed

    Enable Upload as root (ignore parent folder) when your export is wrapped inside one parent folder and you want the contents placed directly at the hosting root.

    Example:

    Local Export StructureRecommended Upload
    my-tour/index.htmlUse Upload as root if you select the my-tour folder.
    index.html and asset folders selected directlyUpload normally.
  5. Submit the Upload

    Click Submit and wait for the upload to finish. The files appear in the project file manager after they are uploaded.

  6. Check the Project Status

    If Panoee finds index.html at the correct level, the project can become ready for preview and public sharing.

  7. Fix No HTML File Found

    If the project shows No HTML file found, the required index.html is missing from the expected location. Upload the correct folder again, or use Upload as root so index.html is placed at the hosting root.

Notes

  • The required entry file is index.html.
  • Keep the relative folder structure from the export. Static tours often depend on asset paths that must not be renamed manually.
  • If you update an existing hosted tour, upload the replacement files carefully so the final file structure still matches the export.
  • Large static exports can contain many small files. Wait for upload completion before previewing the public result.