@forums no, because cPanel is built for shared hosting services. NodeBB doesn't work with those services.
We are working on making installs easier, but it won't involve cPanel.
I've made some changes to several plugins and made a couple more to add to the pile. How do i get them up on npm?
You'll have to fork the project, commit your changes to your fork, and then submit a pull request so the maintainer of the original repo can merge them in.
What if i changed the soundcloud embed to embed a different website? I've got a few of those.
Cool! Then it would be best to create a new repository of your own, and simply push those changes to GitHub.
To publish your changes onto npm, check out this guide
Awesome thanks @julian