Can I connect to a drizzle-kit studio running inside a vps when using http, and not https.
I specified custom host and ports with the --host and --port flags
Solution:Jump to solution
As long as your vps has open ports, and forwarding to the studio port, you should be fine
10 Replies
Basically I would love to be able to connect to drizzle studio from outside the vps. Probably asking the wrong questions, I'm really new to the vps world so I understand that I might be completely lost here :D
this is my monorepo database package's package.json
I dockerize all and can also run the studio without any problems
tried to connect by going to
<vpsAddress>:<drizzleStudioPort>
but don't know if that's exposed correctly or something
This is not a drizzle question, but I don't see why you couldn't do this.
Solution
As long as your vps has open ports, and forwarding to the studio port, you should be fine
thanks for the quick answer. I'll keep studying more. Probably very doable, I'm just still learning...
thanks <3
You know, now that I think about it, it might be a little more complicated, but it should hopefuly be doable
because the studio needs to communicate to and from the vps
It will be an interesting challenge. I mess around with stuff and maybe I get it working