Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 378  / 2 Years ago, thu, march 31, 2022, 3:33:16

I need to set up Ubuntu Server on my VPS but CentOS 6 x86 is already installed there. How could I replace CentOS with Ubuntu?



I need to create 2 users. The IP addresses are 198.56.238.192 and 198.56.248.171. How will could I set up them with Putty?


More From » 12.04

 Answers
3

You're asking multiple questions, each of which should be their own separate questions, but I'll answer them both here, anyways.



(1) (BACKUP ANY DATA YOU WANT TO KEEP BEFORE DOING THIS!) To change the Operating System, the VPS provider should be able to do that. If there's not an automated "Reinstall Operating System" option in the VPS control panel pages for your provider, file a support ticket with your VPS provider. If they tell you that you cannot switch operating systems, or that they do not have Ubuntu VPSes, then you won't be able to switch to Ubuntu (but most VPS providers have Ubuntu images)



(2) Once the VPS is set up with whatever OS, you should SSH in by specifying the IP address for your server, then it'll connect and prompt you for the username and password. Provide those, and once you're logged in, do sudo useradd --create-home --user-group --shell /bin/bash USERNAME where USERNAME is the login name for the user you're creating, because the default user you login to will either be root or a user with sudo access


[#30201] Saturday, April 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
coffekne

Total Points: 114
Total Questions: 122
Total Answers: 126

Location: Mauritania
Member since Sun, Oct 17, 2021
3 Years ago
;