add me on here and ill send u my discord link or skype what ever helps me thru this problem
+ slow vps 500ram Fml
Servers
just got a new vps
just got a new vps
Tatakz#3603
CrazyPenguin. It's super dangerous.
ohaz: it is just a default username named "root" his username could be different on his VPS like I mentioned
ohaz: When you buy VPS you get a username for your server which you use to login to FileZilla and PuttY
CrazyPenguin: The default user account that comes with (almost) all Linux systems is root. You should instantly create a new account with sudo permissions and disable the root user account. The root user has access to everything, it can do everything and that's why running processes as root is so dangerous as these processes may use the root user permissions (as its run as root) to do serious harm to your system.
Yates: And what users can access my root without password and SSH security key except me ? chmod -R 777 /*
Yates: delete files and damage what ? My VPS or my real computer I am currently on ? Because my computer does not run the server it is from the VPS (virtual machine with different IP)
CrazyPenguin_VS_Yates: did you just created a account for this ? Btw this is not a fight just a discussion calm down
Yates: What about SSH key ? Do you need it to access anything ? chmod -R 777 *is good and
chmod -R 777 /*is bad ?
Yates: that is not really helpful at this moment since I am running my server currently this way, its how other people that ran it this way explained it to me