Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AliMosbah's avatar

how to run Vite & Inertia SSR server in cpanel !!

Hi guys I built a project using Laravel 9 Asset Bundling (Vite) & InertiaJs I want to publish the project on a server with a Cpanel With Server-side Rendering (SSR). Any Help! Thank you

0 likes
3 replies
vincent15000's avatar

I assume that you have a shared webhosting.

You can't install and run the SSR server on a shared webhosting because custom servers can overload the webhosting.

You need a dedicated webhosting to do that.

vincent15000's avatar

@AliMosbah Oh, as you have a Virtual Private Server, then you can do it.

Why do you want to run Inertia SSR fom the CPanel ?

Can't you do that in command line ?

Please or to participate in this conversation.