Trouble Logging Into My Server Using My Linode Account Username

Linode Staff

I'm having trouble logging into my Linode, using my Linode username. I tried using the password from the 'root' account but this also isn't working.

2 Replies

The username from within Cloud Manager typically isn't the username for logging into the server. Although, it is possible to use the same username for your Linode account, as well as for your Linode itself.

If you'd like to use the same username for both, you'll need to login to your server, under the 'root' account, and add a Linux user account with your username. To do this, you'll use the 'adduser' command. This will also prompt you to create a new password for your user account.

adduser your_username

I've also provided a link to documentation with some examples of using this command.
Adduser Examples

I can login as "root" now. Thanks.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct