06-03-2021, 03:51 AM
I saw that you give terminal access to the shared hosting package? Is this also available for small (that 3/year) and medium (15/year)? Would like to learn more, I may get to the medium for my laravel and node.js app

(06-03-2021, 03:51 AM)tiwil Wrote: I saw that you give terminal access to the shared hosting package? Is this also available for small (that 3/year) and medium (15/year)? Would like to learn more, I may get to the medium for my laravel and node.js app
(06-03-2021, 06:22 AM)Lampard Wrote: Yes, SSH access is enabled on request through support ticket.
(06-04-2021, 07:26 AM)tiwil Wrote: Aaahhh, I see. Also one more question that popup ...
This may sound stupid. I don't find any about this in your AUP or ToS, so might worth asking.
Uhhh, am I allowed to run Node.JS app that doesn't actually relate to the web hosting itself? So it's a script that runs Telegram bot currently running on my VPS (which sponsored by you).
(06-04-2021, 10:27 AM)Lampard Wrote: DirectAdmin does not support it yet but development is in progress:
https://feedback.directadmin.com/b/featu...ser-in-da/
(06-04-2021, 12:43 PM)tiwil Wrote: But it is possible via SSH access, isn't it? I was thinking to do that. So I up the script, then jump into terminal and do "npm install" and "npm start &" there (& to make it run in the background)