Saltar al contenido principal
AllsWeb
SixPanel documentation
  1. Start here
  2. Install SixPanel
  3. Firewall and ports
  4. First login and the setup wizard
  5. The panel, page by page
  6. Domains and HTTPS
  7. Put your code in a git repository
  8. Install your 6ammart code
  9. Deploy and update your code
  10. Move an existing site here
  11. Backups
  12. Security
  13. The customer website
  14. Live order updates (websockets)
  15. More than one project on this server
  16. The `sixpanel` command line
  17. Update SixPanel itself
  18. When something is broken
  19. Questions people ask
  20. Cloudflare
  21. Server updates and restarts
  22. SixPreflight
  23. Let someone else in
  24. Rename a project
Ver como Markdown

The customer website

On this page

  • 1. Deploy the website code
  • 2. Give it a domain
  • 3. Turn the website service on
  • 4. Update it later
  • How to check it worked
  • If it went wrong

What this page is for: put the separate React storefront — the website your shoppers browse — on its own domain, next to the 6ammart admin site.

You need

  • Your website code, in one of two shapes:
  • the zip you downloaded from CodeCanyon (the "React user website" item), or
  • the git repository URL of your customer-website code — this is a second repository, not the admin one, and an access token too if it is private.
  • A domain or subdomain for it, for example shop.example.com.
  • Your 6ammart admin app already installed and working.

The customer website is not an add-on nobody uses: it is how customers order from a browser rather than from the phone apps. A project can sell through the apps alone, and some do, but most people want both.

1. Deploy the website code

  1. Open the project's Deploys page (in the Project menu group).
  2. Find the Customer website section.
  3. Choose where the code comes from:
  • From a zip file — pick your CodeCanyon website zip. Upload the whole download if you like: it usually contains the site and a "changed files" folder for people upgrading by hand, and the panel takes the complete one and says in the log which it skipped.
  • From a git repository — fill in the repository URL and the branch (usually main).
  1. Press the install button.

The job unpacks or downloads the code, installs its dependencies, builds the site, points it at this project's admin address and starts its service. On a small server the build takes several minutes and uses a lot of memory — this is the heaviest thing that ever runs on the machine, which is why the installer adds swap space on servers with little RAM. Watch the log; the last lines say the website is running.

The build happens here, on your server. There is nothing to build on your own computer and no need for Node.js anywhere else — SixPanel installs the Node version the storefront needs as part of the server setup.

Later, a newer zip is uploaded the same way: the Customer website card offers Upload a newer website zip once a site was installed from one. Your settings survive; only the code is replaced.

Before the website exists

The moment you give the storefront a domain, that address gets a certificate and starts working — and until you have deployed the site, it serves a short page saying the shop is not open yet and pointing back at this step. That is normal. It disappears by itself the moment the storefront starts.

2. Give it a domain

  1. Open Domain & SSL (in the Project menu group).
  2. Find the Customer website section and press Add domain.
  3. If Cloudflare is connected, the panel creates the DNS record for you, proxied. Otherwise add an A record for that name at your DNS provider, pointing at this server's IP address — the page prints it for you.
  4. Press Re-check DNS until the name shows pointed.
  5. Press Get free SSL.

When you created the project from a single domain, this name was already suggested and registered for you — usually the domain itself, plus www.

3. Turn the website service on

  1. Open Advanced → the Services tab (in the Project menu group).
  2. In the Customer website card, turn it on.

The first deploy already starts the service, so this card is mostly for turning it off and on again later. The card also tells you when the website is one of the things your project still needs.

Over SSH, the same two actions:

sudo sixpanel service enable react
sudo sixpanel service disable react

disable only stops it now. It is not remembered: sixpanel service start all and the panel's own Services tab both bring it back. To turn it off for good, use the switch on that tab — the panel records that as your decision and never starts it again by itself.

4. Update it later

Open Deploys → the Customer website section and press the update button. It pulls the newest code, rebuilds and restarts the site.

If you set up push-to-deploy, a push to the website repository does this by itself. The website has its own webhook address and its own secret, separate from the admin app's — set it up once on the Deploys page. See Deploy and update your code.

How to check it worked

  • Open your website domain in a browser. You should see the storefront with a padlock in the address bar.
  • Domain & SSL shows the website name as secured.
  • Advanced → Services shows the customer website running.
  • sudo sixpanel service status react prints it as running.

If it went wrong

  • The build failed — read the job log on the Deploys page. A wrong branch name, a private repository the server cannot read, or a server that ran out of memory during the build are the usual causes. For the second one, see the read-access key in section 5 of Put your code in a git repository.
  • The domain shows the admin site, not the storefront — the domain was added under the wrong section. It must sit under Customer website on Domain & SSL.
  • The page is blank or shows an error — read its log on the project's Logs page, or over SSH:
  sudo sixpanel logs react -n 100
  • The folder is not empty — the panel refuses to clone into a folder that already holds files but is not a git checkout. Ask support before clearing it.

More symptoms: see When something is broken.

PreviousSecurityNextLive order updates (websockets)
AllsWeb

AI + Automation + Human Engineers — builds de nivel producción entregados en 1-3 días. Instalación, personalización, publicación en tiendas y soporte gestionado para cualquier script o codebase.

  • hi@allsweb.com
  • +91 72328 80007

Explorar

  • Agente IA
  • Automatizaciones y flujos con IA
  • Optimización para búsqueda con IA
  • Todas las soluciones
  • Todos los scripts de terceros
  • Todos los servicios
  • 6amMart optimizado
  • SixPanel
  • SixPreflight
  • Servicio de actualización / upgrade
  • Corrección 16 KB de Play Store
  • Ofertas y cupones

Empresa

  • Nosotros
  • Contrátanos
  • Soporte y contacto
  • Programa de afiliados
  • Próximamente

Legal

  • Términos y condiciones
  • Política de privacidad
  • Política de reembolso
  • Política de pagos
  • Política de soporte
  • Uso aceptable
  • Política de cookies
  • Términos de afiliados
  • Aviso legal

© 2026 AllsWeb. Todos los derechos reservados.