a year ago
Hi,
I wanted to try your services so i took the first plan.
But then i realized i don't have any ssh access to my host, that i need ASAP.
I saw you already took the money but i can't manage my project and make tests.
Please, can you provide me an SSH access to my host ?
Thanks,
6 Replies
a year ago
It's like buying a mac or a linux computer without the terminal
a year ago
Railway does not run a VPS for you, if you need SSH then you would want to buy a VPS. But with that said, I'm not sure why you need SSH to run tests and manage your project?
a year ago
I need ssh to manage my project, checking if files have been created or deleted for example, and to just log, to see if some o my routes worked
a year ago
checking if files have been created or deleted for example
SSH is not needed here, add verbose logging to your app to log when files are created or deleted, and then simply check the deployment logs.
to just log, to see if some of my routes worked
SSH is also not needed here, log when your routes are hit and then simply check the deployment logs.
a year ago
How can i see my terminal ? Like my log, if i reach a console.log for example ?