mcgrailm
mcgrailm

Reputation: 17640

installing node.js cPanel X

I have been tasked with installing node.js on a linux server, the login information I have been given brings me to cpanel and I'm not sure at this time if I can ssh into the machine. So I'm not sure how to go about installing it as there doesn't seem to be any access to a command prompt. If someone could point me in the right direction I would appreciate it

Upvotes: 0

Views: 2405

Answers (1)

thejh
thejh

Reputation: 45568

At least in the domain owner demo, there's a menu point Security->SSH/Shell access. Are you sure you don't have that? If not, you can still compile node on your machine if it has the same architecture as the server and upload it in its path, but you won't be able to compile node addons later. It's an ugly approach, don't do it.

Upvotes: 1

Related Questions