Тёмный

Deploy a Node.js App on Shared Hosting via cPanel | Tutorial 

OpenJavaScript
Подписаться 10 тыс.
Просмотров 121 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 116   
@OpenJavaScript
@OpenJavaScript Год назад
UPDATE: The hosting provider I am using in this video (HostWithLove: bit.ly/3V2RM9Q) now allows you to run apps in Node 18.14 (and also still older versions, if you prefer). I highly recommend them if you do not already have shared hosting space for their great support and fair pricing.
@AyadAli-m9y
@AyadAli-m9y 11 месяцев назад
Plese, where is the files (app, package, package lock)?
@_Greenflag_
@_Greenflag_ 10 месяцев назад
Presenting an how-to-deploy-an-application-tutorial for beginner which has a MAJOR SECURITY issue is great. NEVER !!! upload your server files inside your main domain name. If your application is offline or your server crashed, ALL SOURCES CODE IS LEAKED and can be freely downloaded just by visiting the domain name.
@teenytinyteetee
@teenytinyteetee 9 месяцев назад
This makes sense to me so are we supposed to host our server files on a different domain?
@_Greenflag_
@_Greenflag_ 9 месяцев назад
Sure. Create of configure a new domain name and store your files in a different folder. If you put your source code inside your domain name, all your files will be leaked as at 3:23
@M3R14M.
@M3R14M. 8 месяцев назад
Wouldn't password protection solve this?
@_Greenflag_
@_Greenflag_ 8 месяцев назад
@@M3R14M. As far as I know, there is no such option on Cpanel. Just store your files in a different folder than your domain name.
@OriginalTimii
@OriginalTimii 7 месяцев назад
Password protect a crashed server? 😮
@Toulkun
@Toulkun Год назад
Is it okey if i have react client part of website in one folder, Nodejs server in second folder, mysql as third folder and all three of those folders to be inside one root folder for all of them to be deployed to Cpanel?
@OpenJavaScript
@OpenJavaScript Год назад
Ideally, these should be in separate locations: frontend in the public_html folder, Node.js app usually in its own folder in the root folder and you can access your MySQL database(s) via phpMyAdmin in cPanel. You could try this but I wouldn't recommend it for security (potentially making sensitive data more accessbile) and also compatibility (cPanel is usually set up to expect MySQL to be stored in a separate location). But, the good news is, all three can interact with each other when dpeloyed. So you could make a request from your React app to a Node.js server that then contacts your MySQL database. For how to interact with a MySQL server in Node.js, I cover that in this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xwfeik3bPpw.html If you have any questions about it, let me know in the comments on that video.
@AngelliaX
@AngelliaX 9 месяцев назад
this is a SECURITY HAZARD, for any newbies out there knowing nothing about hosting, yet get a hosting and come accross your video, do the same, then boom they are at a risk of exposing their whole app the app shouldnt be host on the same folder as the public files
@Toulkun
@Toulkun Год назад
In new Cpanel version when creatinf subdomains we have to use Domains instead, subdomains have been deprecated, but once i want to make new subdomain it automatically places it under public_html. Can you please make a new video on updated Cpanel?
@kizitoryan4271
@kizitoryan4271 2 месяца назад
Hello I'm wondering if you found a solution to this
@chris11651
@chris11651 10 дней назад
Very well explained, I'm trying to install a nuxt application following this tutorial, and everything works fine. I install npm correctly but I keep getting the 503 error. Is there any way to see logs or something?
@johnmahugu
@johnmahugu 3 месяца назад
imagine i had to go pay for a full cloud server coz i couldnt find a way to host the apps i had made for clients which were running fine offline but on shared hosting .... tears. hehehehee
@shivap6094
@shivap6094 Год назад
Hi, In my nodes application I have used Nuxt.js and deployed in Cpanel but I am getting 503 issue. Should I reinstall node_modules?
@jpanderson6145
@jpanderson6145 4 дня назад
Why subdomain if I want the homepage to load the app?
@jpanderson6145
@jpanderson6145 4 дня назад
Where did you get those files from you pulled up on your desktop?
@skmahmoodsameer2933
@skmahmoodsameer2933 Год назад
for me it's 503 error coming, what to do?
@kamranhassan8466
@kamranhassan8466 Год назад
When node app was not running the whole file where listed and anyone can view this, does this mean if our app is crashed and anyone enter then he will be able to see our backend files ??? If yes then it will be a Big issue if not then how we be sure that our backend file is secured
@OpenJavaScript
@OpenJavaScript Год назад
Good question! There are actually a few ways of doing that: 1) Set the "application root" to a folder that is not the same as the main folder for the domain you are running the app on. Then, if the app crashes, the folder doesn't contain the app files. 2) Use a full stop in front of any files that are in the domain folder you don't want to server (e.g. ".app.js"). Though this can be error-prone. 3) Change the folder permissions so that the folder cannot be read (can be done in cPanel file manager). Probably 1 and 3 are the most secure solutions.
@Tima-ql7on
@Tima-ql7on Год назад
Sir node.js application is not showing to me why?
@OpenJavaScript
@OpenJavaScript Год назад
There's a good chance that Node.js isn't showing in cPanel because it hasn't been installed on your server. If you have an existing hosting package, you should contact your host and ask them if it is possible to install. Otherwise, you might consider the host I'm using in this video, HostWithLove, which has packages that come Node.js installed as standard: bit.ly/3V2RM9Q
@johnwilliams-f9c
@johnwilliams-f9c 11 месяцев назад
waste of time to watch
@joewatson8357
@joewatson8357 Год назад
Is there any extra activities related to deployed the node js web application
@johnmahugu
@johnmahugu 3 месяца назад
5 minutes !!!!
@ONvNO
@ONvNO Месяц назад
Salut
@alinmarian3922
@alinmarian3922 Год назад
What about if we want to host the app on a main domain...not subdomain. how do we do that?
@OpenJavaScript
@OpenJavaScript Год назад
First thing I would try is setting the Application URL ( around 3:50 in the video ) to the main domain when setting up a new Node app. If this doesn't work, it's likely that there is a conflict between your hosting service being set up to serve files from your public_html folder and your attempt to serve a Node.js app on that domain. In this case I'd contact your web host to let them know you'd like your hosting configured to serve your Node app on the main doamin.
@dlbet4110
@dlbet4110 Месяц назад
When I run the RUN NPM INSTALL I get an Error. The server admin says there is nothing wrong with the server. So, I must be doing something wrong. Any ideas why I'm getting an error? I followed these instructions exactly.
@ramendrasoni3368
@ramendrasoni3368 Год назад
Nodejs version 16 is supported or not...?
@OpenJavaScript
@OpenJavaScript Год назад
Yes, 16 is supported as well as 18 by the host I'm using. I used the default version upon creating a new app in this video but you can select a more recent one.
@ryanchristiansen
@ryanchristiansen 7 месяцев назад
This is for a subdomain. That is such a boundary condition - few people would ever want this. People want to create an app for their domain, or on shared hosting with another one of their domains.
@surendraojha3258
@surendraojha3258 Год назад
its only basic , i am stuck on deploying it on shared hosting, running server and displaying message is not issue , i want my all routes worked perfectly . It only showing server is running , when I opened my site!!
@a.anvarbekov
@a.anvarbekov Год назад
it is so weird that there is no "Setup Node.js App" section in "SOFTWARE". What should i do. I was going to deploy Nextjs
@OpenJavaScript
@OpenJavaScript Год назад
To deploy your Next.js app in the way I did in this tutorial, you need to follow a few preparatory steps. Someone else asked about this, so I'll copy in the answer again here: --- Creare the following server.js file in your project (code from Next.js website): // server.js const { createServer } = require('http') const { parse } = require('url') const next = require('next') const dev = process.env.NODE_ENV !== 'production' const hostname = 'localhost' const port = 3000 // when using middleware `hostname` and `port` must be provided below const app = next({ dev, hostname, port }) const handle = app.getRequestHandler() app.prepare().then(() => { createServer(async (req, res) => { try { // Be sure to pass `true` as the second argument to `url.parse`. // This tells it to parse the query portion of the URL. const parsedUrl = parse(req.url, true) const { pathname, query } = parsedUrl if (pathname === '/a') { await app.render(req, res, '/a', query) } else if (pathname === '/b') { await app.render(req, res, '/b', query) } else { await handle(req, res, parsedUrl) } } catch (err) { console.error('Error occurred handling', req.url, err) res.statusCode = 500 res.end('internal server error') } }) .once('error', (err) => { console.error(err) process.exit(1) }) .listen(port, () => { console.log(`> Ready on ${hostname}:${port}`) }) }) Then change the script section in your package.json file to this: "scripts": { "dev": "node server.js", "build": "next build", "start": "NODE_ENV=production node server.js" } After this, run 'npm run build' locally and then upload the resulting files to the 'application root' folder you specify in cPanel and set the 'application startup file' also in cPanel to server.js. Then, deploy your app as per this tutorial and it should hopefully be working.
@a.anvarbekov
@a.anvarbekov Год назад
I know how to setup up my app. The problem is that I don't see the "Setup Nodejs App" button
@OpenJavaScript
@OpenJavaScript Год назад
@@a.anvarbekov Ah, I see. In this case it's most likely that your hosting provider does not support Node.js in cPanel. I'd first contact them to see if the will install it for you. Otherwise, you might consider a hosting provider that will support Node.js apps. If you do go down that route, you might consider using the one I do in the video, HostWithLove (Node comes installed as standard): bit.ly/3V2RM9Q
@ZeeWorldx23
@ZeeWorldx23 6 месяцев назад
​@@OpenJavaScript next js 14 required node js 18.7. but in my shared namecheap hosting we have node js 14 only. I am getting an error on the electron pkg. any solution? I would appreciate your help.
@technologycatalog
@technologycatalog Год назад
Thank you for this video, i just subscribe to your channel, Can i access my cpanel outside namecheap?
@OpenJavaScript
@OpenJavaScript Год назад
You can only access your cpanel with your hosting provider but you might also be able to connect to your shared hosting space via SSH (if you provider supports it). If 'terminal' is available in your cpanel, it means you probably have access and can do it. Otherwise you should contact your host. They may even provide documentation!
@tuurgevers9459
@tuurgevers9459 Год назад
does someone by any chance know how to use cpanel with a newer version of node i need atleast 16?
@OpenJavaScript
@OpenJavaScript Год назад
The hosting provider I am using in this video (HostWithLove: bit.ly/3V2RM9Q) now allows you to run apps in Node 18.14 (and also still older versions, if you prefer). If you already have shared hosting with cPanel, the easiest way would be to contact your hosting provider, asking them to update it on their side. If you have command line access (not always allowed) and are comfortable with using it (I wouldn't advise this if you are not), you may consider updating yourself.
@Toulkun
@Toulkun Год назад
Agree they made unnecessary changes. I have hard times settting up NodeJS now due to retarded update.
@bluvelvet1ez499
@bluvelvet1ez499 5 месяцев назад
i dont have a subdomain tool on my cpanel, but i have everything else, what to do, please help
@TheProGamerVibes
@TheProGamerVibes 9 месяцев назад
i try to run npm index.js but it say "permission denied". Can anyone help?
@urssaf343
@urssaf343 6 месяцев назад
One could also serve the Node app via pm2 or forever. That could take care of the directory listing vulnerability.
@asdfhgasedrawrfaafrawsdfae6161
What is the nodejs version in local?
@OpenJavaScript
@OpenJavaScript Год назад
You can host a Node app locally by following this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hekIHfOil50.html
@johnmahugu
@johnmahugu 3 месяца назад
did the freecodecamp courses and aced everything, this is the only part where i was seeing pitch blackness. thank you so much.
@NilKom-s9o
@NilKom-s9o Год назад
Where you have hosted, Hostinger, Hostgator or any other platform
@sweetysnehith9692
@sweetysnehith9692 9 месяцев назад
Hi sir Can you please share how can we host nodejs project in iis with static url, kindly help me sir
@johnmahugu
@johnmahugu 3 месяца назад
i have shared hosting, but i am coming from a PHP and Python back ground. i can see node js app setup here on my shared server. read three books cover to cover, struggled with this for 3 years, you sorted me out in less than 5 minutes. you have absolutely no idea how grateful and happy i am right now. thank you so much bro. I owe you big. biiiiiig simba big. :D
@sharfuddinzishan4490
@sharfuddinzishan4490 10 месяцев назад
MongoClient mongoose not supported?
@Noritoshi-r8m
@Noritoshi-r8m 9 месяцев назад
To get this to work did you paid for a VPS plan or just a regular Hosting plan?
@Pakhtun148
@Pakhtun148 11 месяцев назад
Hello, im trying to deploy my Node Project over the C Panel however when Installing the dependencies, the Npm takes forever and causes error later on. Could uou help me with that?
@vishalrahangdale3624
@vishalrahangdale3624 Год назад
Can you show process of editing code of nextjs or adding new file after deployment
@OpenJavaScript
@OpenJavaScript Год назад
If you make changes to your app itself and want these to be effective, you need to redeploy it. The simplest way would be to stop your app, update the files in the files folder (application root path) and then start the app again. If you just change the files if the application root path without redeploying, these won't be effective.
@vishalrahangdale3624
@vishalrahangdale3624 Год назад
@@OpenJavaScript but we have to run "npm run build" command so that application get ready for deployment then how to do that. I tried but it's not working.
@vishalrahangdale3624
@vishalrahangdale3624 Год назад
@@OpenJavaScript can you make video on it for nextjs app.
@OpenJavaScript
@OpenJavaScript Год назад
​@@vishalrahangdale3624 That's a good idea for a tutorial, which I will make soon For now, try this: Creare the following server.js file in your project (code from Next.js website): // server.js const { createServer } = require('http') const { parse } = require('url') const next = require('next') const dev = process.env.NODE_ENV !== 'production' const hostname = 'localhost' const port = 3000 // when using middleware `hostname` and `port` must be provided below const app = next({ dev, hostname, port }) const handle = app.getRequestHandler() app.prepare().then(() => { createServer(async (req, res) => { try { // Be sure to pass `true` as the second argument to `url.parse`. // This tells it to parse the query portion of the URL. const parsedUrl = parse(req.url, true) const { pathname, query } = parsedUrl if (pathname === '/a') { await app.render(req, res, '/a', query) } else if (pathname === '/b') { await app.render(req, res, '/b', query) } else { await handle(req, res, parsedUrl) } } catch (err) { console.error('Error occurred handling', req.url, err) res.statusCode = 500 res.end('internal server error') } }) .once('error', (err) => { console.error(err) process.exit(1) }) .listen(port, () => { console.log(`> Ready on ${hostname}:${port}`) }) }) Then change the script section in your package.json file to this: "scripts": { "dev": "node server.js", "build": "next build", "start": "NODE_ENV=production node server.js" } After this, run 'npm run build' locally and then upload the resulting files to the 'application root' folder you specify in cPanel and set the 'application startup file' also in cPanel to server.js. Then, deploy your app as per this tutorial and it should hopefully be working.
@delidag
@delidag 9 месяцев назад
Hello. Thanks for useful information. This is best tutorual for me. I didn't know it was running Apache Server Node.
@evoli9305
@evoli9305 Год назад
How can Cpanel know that the express server is on port 3000?
@OpenJavaScript
@OpenJavaScript Год назад
When creating a new Node application, you specify an application startup file (e.g. app.js) and from this the port number to run the server on is read. In this example, 'app.listen(process.env.PORT || 3000)' is specified, meaning that when deploying, the server will first look to the value of the PORT environment variable for your suggested port and, if no value is present, use 3000. But note that, on a shared server via cpanel (unlike locally, where you have full control over your computer as a server), your application may be silently run on a different port from the one you suggest.
@evoli9305
@evoli9305 Год назад
@@OpenJavaScript so when a client app calls the server, it automatically redirect the request from the http default port to the 3000?
@OpenJavaScript
@OpenJavaScript Год назад
​ @EVOLI The server that is hosting and running cPanel makes the final call on which port to run your app. It will configure the Node app running on that port to be served when a request comes in to domain you are choosing to run your app on. The port you specify is suggested for the hosting server (it may run on the port you suggest or a different one).
@evoli9305
@evoli9305 Год назад
@@OpenJavaScript so clear! Thank you!
@antonymwangi6083
@antonymwangi6083 Год назад
How do I create a storage database in Cpanel and be able to access it in the NodeJs website?
@OpenJavaScript
@OpenJavaScript Год назад
I did just post a video on this very topic: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xwfeik3bPpw.html If you have any questions, let me know in the comments.
@jetlinkarkha9659
@jetlinkarkha9659 Год назад
I made a website using html,css, javascript for frontend and express nodejs for my backend and my storage using mongodb and store in AWS and run in local host,but I want to deploy my website so can you please help me how to upload and also how to add domain for my website
@vakhozhgenti-k4w
@vakhozhgenti-k4w Год назад
omg no indian accent thanks to you ^^
@abevahananya607
@abevahananya607 7 месяцев назад
3:38 Hello my friend, which server are you using? I have Hostgator VPS. I don't have the option to (setup node.js app) app in my cpanel.
@lyricseditorIN
@lyricseditorIN 7 месяцев назад
have you done setup, tried SSH?
@naqeebnazir8052
@naqeebnazir8052 Год назад
Well explained. Thank you ❣❣
@sumajapanesetechnologies6358
Nodejs is it supported to business web hosting plan of the Hosting
@AyadAli-m9y
@AyadAli-m9y 11 месяцев назад
Plese, where is the filrs (app, package, package lock)?
@AyadAli-m9y
@AyadAli-m9y 11 месяцев назад
Plese, where is the files (app, package, package lock)?
@rdpaulgarcia
@rdpaulgarcia Год назад
I LOVE YOU "CABRON" JEJEJE
@phidinh3766
@phidinh3766 Год назад
Hi sir, I'm uploading a Nextjs 13 to cPanel, I see that on the select node version just appears 14.x while my app is using 16.x version? Does it work well? I tried to upload with version 14.x on cPanel but its not working and I get an error some packages not compatible with npm and node version
@Onesmo
@Onesmo 7 месяцев назад
thank you for this video
@mikebean.
@mikebean. 2 месяца назад
super!!!!
@alalyrealestate1136
@alalyrealestate1136 Год назад
thankyou
@OpenJavaScript
@OpenJavaScript Год назад
You're welcome!
@ProgrammerGeek-h2c
@ProgrammerGeek-h2c Год назад
can you do CI/CD version
@bala2222222
@bala2222222 5 месяцев назад
Thank you
@peterkabiru5144
@peterkabiru5144 Год назад
Well explained, Thank you
@OpenJavaScript
@OpenJavaScript Год назад
You're welcome!
@nikhildhote1746
@nikhildhote1746 Год назад
@@OpenJavaScript Hi, how can we set up staging environment here
@shubhanshusahuu
@shubhanshusahuu 6 месяцев назад
Thanks
@Backend.FrankGP
@Backend.FrankGP 10 месяцев назад
thank
@MrTonyradford
@MrTonyradford 5 месяцев назад
Thanks for this!
@AliS219
@AliS219 Год назад
very good
@OpenJavaScript
@OpenJavaScript Год назад
Thanks!
@cjceditzz8933
@cjceditzz8933 10 месяцев назад
Thank you😊
@tirancm
@tirancm Год назад
thanks
@bichocurioso6769
@bichocurioso6769 Год назад
Thank you from Brazil.
@xxxtentacionking
@xxxtentacionking Год назад
Thanks It is working
@t1m9mofficial
@t1m9mofficial Год назад
Thank you so much;
@OpenJavaScript
@OpenJavaScript Год назад
You are welcome!
@kwanelekhumalo
@kwanelekhumalo Год назад
Doesn't work! Am I the only one?
@OpenJavaScript
@OpenJavaScript Год назад
What seems to be the issue?
@efoobright5041
@efoobright5041 Год назад
@@OpenJavaScript RangeError: WebAssembly.instantiate(): Out of memory: wasm memory at internal/deps/cjs-module-lexer/dist/lexer.js:1:33593 at async initCJSParse (internal/modules/esm/translators.js:72:5) at async Loader.commonjsStrategy (internal/modules/esm/translators.js:185:18)
@efoobright5041
@efoobright5041 Год назад
@@OpenJavaScript It works without any dependencies, but with express only it dosen't works. is it a problem with the physical memory ? actually i have only 1Go.
@nourdraw1548
@nourdraw1548 Год назад
Spent 3 days trying node on Cpanel. All kinds of errors!
@OpenJavaScript
@OpenJavaScript Год назад
​@@efoobright5041 It's unlikely to be size-related as Express isn't that large relative to your limit. Because it's working only without dependencies I would guess it's a problem of node_modules being uploaded correctly. If npm install in cPanel isn't working for you (when the app is stopped), I would recommend trying to upload the node_modules folder to the root directory of your app yourself. I have tried this previously and it fixed a similar issue.
@TaprobanaOrg
@TaprobanaOrg Год назад
💙💙
@OpenJavaScript
@OpenJavaScript Год назад
💙
@tomashernandez9027
@tomashernandez9027 Год назад
It works fine, except for the static files, it doesn't seem to find them, how is it configured?
@OpenJavaScript
@OpenJavaScript Год назад
You are in luck! I did a tutorial on serving static files recently: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fyc-4YmgLu0.html
@OP_Jeinimitsu
@OP_Jeinimitsu Год назад
I'm facing a ssl issue.. I can't download any npm pack from npm commands, issue 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'. SSL is ok, I did the procedure with autossl. I know I can bypass by setting strict-ssl=false, but the problem shows up again when, in discordjs, I try to connect to my own sql server. Same ssl issue. Any idea how to resolve? I've no more ideas, I'm near desperate -.-
@cyeljin7326
@cyeljin7326 Год назад
same issue here have you found a solution?
Далее
Как открыть багажник?
00:36
Просмотров 12 тыс.
▼ КАПИТАН НАШЁЛ НЕФТЬ В 🍑
33:40
Просмотров 457 тыс.
#kikakim
00:10
Просмотров 8 млн
NGINX Tutorial - What is Nginx
14:32
Просмотров 183 тыс.
VPS: Deploy nodejs app on cPanel (& Shared Hosting)
13:23
Как открыть багажник?
00:36
Просмотров 12 тыс.