• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling VPS - Please help me with vps (linux)

netbe

New Member
Joined
Aug 4, 2010
Messages
10
Reaction score
1
Hello everyone! From 3 Days im trying to Run vps on linux but I dont have permission to root. Ovh told me i've need change root password from recovery boot mode. Thats doesnt work. Do u have any ideas? Maybe someone can teach me and help me with turn on ots and acc maker? I'll very gratefull. Have A nice day
 
Hello everyone! From 3 Days im trying to Run vps on linux but I dont have permission to root. Ovh told me i've need change root password from recovery boot mode. Thats doesnt work. Do u have any ideas? Maybe someone can teach me and help me with turn on ots and acc maker? I'll very gratefull. Have A nice day
send pm
 
Login normaly in your vps then write on your console

Lua:
sudo su -

After that then you have access as root then write on your console
Code:
passwd

That is for add password for root user

After that now edit your sshd_config using

Lua:
nano /etc/ssh/sshd_config

And look for

Lua:
PermitRootLogin

And set it to yes

Note: if PermitRootLogin is commented with # then uncomment it.

Now restart your sshd_config using

Lua:
service sshd restart

Now u can login with root user in your vps

Enjoy!
 
Last edited:
Back
Top