Linode Beginner's Guide

Updated by Phil Zona Written by Linode

Contribute on GitHub

Report an Issue | View File | Edit File

If you’re relatively new to Linux system administration, or just new to our platform, this guide will help address some of the most common questions we receive. If you’ve just created your first Linode account, please first refer to our Getting Started Guide and return here once your Linode has been deployed.

Linode Beginners Guide

How do I log into my Linode?

By default, all Linodes are deployed with SSH enabled. This allows command line access through the shell. You can learn more about connecting to your Linode for the first time in the connecting to your Linode with SSH section of our Getting Started guide.

How do I host websites on my Linode?

Since you have full root access to your Linode, you’re free to choose between a number of popular web servers to host your websites. If you’d like to install a full LAMP stack (including support for PHP/Perl/Python scripting and databases), our LAMP guides will explain each step of the process. If you’d just like to host a site that consists of static pages, these guides explain the installation of a few popular web server packages:

How can I send and receive email with my Linode?

Note About Email at Linode
This guide may involve or result in sending email. In an effort to fight spam, Linode restricts outbound connections on ports 25, 465, and 587 on all Linodes for new accounts created after November 5th, 2019. For more information, please see Sending Email on Linode.

If you’d prefer to leave the management of your email to a third party, you may follow our Google Apps guide. Those desiring to operate their own mail server will find these guides helpful:

  • Postfix Guides - Information on using the highly popular Postfix MTA (mail transfer agent).
  • Zimbra Guides - Instructions for deploying Zimbra, a unified messaging system that includes email and calendar.
  • Citadel Groupware - An easy to use “all in one” email system with a web-based administration panel.

Does my Linode have a control panel?

We provide a base system install of the Linux distribution of your choice. Although there isn’t a control panel installed by default, you’re welcome to obtain and install one if you like. You may wish to try an open-source control panel; we have numerous control panel guides available to assist you with getting one installed.

Please note that we do not sell control panel licenses. If you decide you’d like to use a commercial product, you’ll need to obtain a license for it separately.

How do I upload files to my Linode?

By default, SSH is enabled on all newly deployed Linodes. You may use any file transfer program that supports the SFTP standard to upload files. We’ve created guides for some commonly used programs:

  • WinSCP - Windows 95 through Windows 10
  • Cyberduck - Mac OS X
  • Filezilla - Available on all major desktop platforms, including Linux-based operating systems

How can I download a backup of my Linode?

First, you might want to give the Linode Backup Service a try. It’s a fast, flexible and cost-effective way to make extra copies of your data. That said, the old saying “you can never have too many backups” is certainly true. In case you’d like to “roll your own” solution, we’ve created guides that explain various ways of creating backups of your Linode’s filesystems:

How can I install software on my Linode?

Please refer to our guide on Linux package management for distribution-specific instructions on getting software installed on your Linode. Since you have full root access to your system, you’re allowed to install anything that complies with our terms of service.

How do I add another IP address?

You may add an additional public IP address from the Networking tab for each Linode in the Linode Cloud Manager. After you’ve added a new IP address, you must configure static networking or enable Network Helper and reboot your Linode before it can be used.

Note
We require technical justification for the issuance of new IP addresses; you may need to open a ticket from the Support Tickets section of the Cloud Manager Manager explaining the reason for the new IP.

If you’d like to take advantage of our private networking feature, you may add a private IP to your Linode from the Networking tab for each Linode in the Cloud Manager. Private IP addresses are not publicly accessible, although they are accessible from other Linodes in the same data center. Although we take measures to prevent others from intercepting your private IP traffic, you may still wish to configure a firewall to allow access from only the Linodes that you operate.

How do I set the reverse DNS for an IP address?

To set rDNS, you can use the More Options ellipsis next to your Linode’s IPv4 address from the Networking tab in the Linode Cloud Manager. Please note that the value you specify needs to match an A record or CNAME in DNS pointing to your Linode’s IP address. It may take up to 48 hours for reverse DNS updates to take effect.

Why does my Linode keep crashing?

You may be running out of memory, disk space, or other resources. Have a look at our troubleshooting guide for tips on diagnosing problems and easy steps for fixing common issues.

If an application is crashing, be sure to check its error logs. These are typically located within an application-specific directory under /var/log.

Why is my connection to my Linode slow or broken?

First, check to be sure that the service (SSH, HTTP, etc.) you’re trying to access is running. If your Linode runs a firewall, check your firewall rules to ensure that you’re allowing traffic to the desired destination. If this doesn’t help, generate MTR reports to and from your Linode, and submit them via the Support Tickets section in the Cloud Manager. You may need to use Lish if you’re having problems reaching your Linode via normal networking.

How can I upgrade or downgrade my Linode?

Resizing your Linode is automated via the Resize tab for your Linode in the Cloud Manager, pending availability for the plan you wish to move to in your data center. If you’re downgrading, please make sure you’ve resized your disk images to fit within your desired plan’s disk space allocation before issuing the resize job. For more information, refer to our guide on resizing a Linode

How can I test downloads speeds from different data centers?

You may use our speed test page to check latency and download speeds from your location to each of our data centers. Many customers with a large Asia-Pacific presence find that our Singapore and Tokyo facilities work best, while those with a visitor base in Europe tend to prefer our London or Frankfurt data centers.

Can I transfer my Linode to another data center?

Yes! Any time you’d like to transfer your Linode, you can proceed with a migration from the Disks/Configs tab for any Linode within the Linode Cloud Manager. For more information, see our Data Center Migration Guide.

A migration will result in some changes that will be displayed in a caution message for your review before officially beginning the migration process. Your disks and configuration profiles will move with your Linode, although your IP addresses will need to change. We strongly recommend reviewing this caution message carefully before proceeding for a list of all changes that you can expect.

Where can I learn about Linux basics?

For those just getting started with Linux systems, we’ve created a series of guides that will help explain basic concepts:

Where can I get help with something not covered here?

We always recommend consulting our excellent user community first when faced with a question that doesn’t seem to be addressed in our documentation. There is also an active community of users available to help on IRC. If you get stuck you may also open a support ticket from the “Get Help” sidebar in the Cloud Manager.

Join our Community

Find answers, ask questions, and help others.

This guide is published under a CC BY-ND 4.0 license.