VPS Ownership check

Hey everyone, i was going to try and make a system to possibly :GetAsync() into a VPS to find a table of UserId and check if the UserId owns a product, pretty much a check to make sure ppl don’t use my products without my consent, i’ve been having two small things i’m unsure about and i thought why not ask the community,

My first question is about the data, i want to use Python so it would work with a bot, but i’m unsure if Roblox would be able to read the table, i’d rather the table work than it just be confused because it’s the wrong language considering i’m still learning py. I don’t really know the language I should be using for something like the datastore, I’d guess JSON considering there’s the JSONDecode function but I don’t think that’s locked to just JSON.

the second is, lets just say I use the IP like this XXX.XX.XXX.XXX/home/data.py.
Would this be read by Roblox or would it return an error? considering I am using Pterodactyl (game server) on the main IP of the VPS, I’m guessing it would work, or I’d need to use another port?

I hope I didn’t use the incorrect category, and thanks for the help.

1 Like

Okay, So.
you can access the data by installing Apache2 and then putting the .JSON in /var/www/html and then using the ip adress/JSON FILE NAME and use that to access the files via roblox, though you can also read them just via your browser. What i’m doing right now is creating a bot inside the VPS to edit this via discord.