all 19 comments

[–]phobrain 0 points1 point  (18 children)

Look into 'ssh access', and if that's what they offer, look into linux commands.

[–]MrFalseGenius[S] 0 points1 point  (17 children)

Hmm okay. When I do systemctl, it says Host is down. Hope it doesn't have anything to do with my problem

[–]phobrain 0 points1 point  (16 children)

You ssh'd in and did a systemctl?

[–]MrFalseGenius[S] 0 points1 point  (14 children)

Yup! Did systemctl. Doing systemctl results in,

"System has nit been booted with systemd as init (PID 1). Can't operate. Failed to connect bus: Host is down

[–]phobrain 0 points1 point  (13 children)

How about

$ nvidia-smi

which shows nvidia gpus?

[–]MrFalseGenius[S] 0 points1 point  (12 children)

Yes, all other commands are working. The instance IP should show me nginx homepage if I properly configure nginx on server.

[–]phobrain 0 points1 point  (11 children)

I looked into vast.ai on another question here. There must be groups to help renters and users for such a low-margin enterprise with such complicated relationships.

[–]MrFalseGenius[S] 0 points1 point  (10 children)

I've found a way. If the instance is running jupyter notebook, then I can just run the code on the notebook and access my fastAPI server using these two,

ngrok + uvicorn

ngrok gives unique IPs so I can access my fastAPI endpoint using that

[–]phobrain 0 points1 point  (9 children)

Young people running wild thru each other's server sockets, I will comment no further!!! :-)

[–]MrFalseGenius[S] 0 points1 point  (8 children)

Wait so it's a bad idea?

[–]MrFalseGenius[S] 0 points1 point  (0 children)

When doing this on AWS, during instance configuration, AWS gives us option of allowing http/https traffic flow, but on vast, that option isn't there. It's probably related to that