Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I still can’t make directory or file under /home/username, how to fix it?
Thx
You will want to create a sub-directly inside of /home/username/sub-directory which is owned by username and upload your files there.
We’ll also review this documentation and clean it up a bit to make it easier for future installs.
Thanks.
I had to make each directory individually. (i.e. mkdir /username then mkdir /files, etc.
If you want to create a multi-directory path that doesnt exist you can add the -p flag to the mkdir command:
Hello I just setup a Virual Host on my VPS, I have it set were there web file are in /home/user/public_html
It lets me log in and see the public_html but when I try to upload a file it uploads it but does not show up in the public_html. How can I fix this issues?
Thanks