diff --git a/ci/vale/dictionary.txt b/ci/vale/dictionary.txt index 5f95f13d8e2..48fe0c39db0 100644 --- a/ci/vale/dictionary.txt +++ b/ci/vale/dictionary.txt @@ -1186,6 +1186,7 @@ shortname shoutcast sidekiq sievers +signup sintra sitename slackpkg diff --git a/docs/applications/configuration-management/create-a-nodebalancer-with-terraform/index.md b/docs/applications/configuration-management/create-a-nodebalancer-with-terraform/index.md index e0355301e8c..1fdd1560856 100644 --- a/docs/applications/configuration-management/create-a-nodebalancer-with-terraform/index.md +++ b/docs/applications/configuration-management/create-a-nodebalancer-with-terraform/index.md @@ -25,7 +25,7 @@ external_resources: Terraform allows you to represent Infrastructure as Code (IaC). You can use it to manage infrastructure, speed up deployments, and share your infrastructure's configuration files within a team. In this guide you will use Terraform to create a NodeBalancer that distributes traffic between two Linodes. {{< caution >}} -The configurations and commands used in this guide will result in multiple billable resources being added to your account. Be sure to monitor your account closely in the Linode Manager to avoid unwanted charges. See the [Billings and Payments](/docs/platform/billing-and-support/billing-and-payments-new-manager/) guide for more details. +The configurations and commands used in this guide will result in multiple billable resources being added to your account. Be sure to monitor your account closely in the Linode Cloud Manager to avoid unwanted charges. See the [Billings and Payments](/docs/platform/billing-and-support/billing-and-payments-new-manager/) guide for more details. If you would like to stop billing for the resources created in this guide, [remove them](#optional-remove-the-nodebalancer-resources) when you have finished your work. {{< /caution >}} diff --git a/docs/getting-started-new-manager/index.md b/docs/getting-started-new-manager/index.md index ea90b2093aa..9c095fcbbd3 100644 --- a/docs/getting-started-new-manager/index.md +++ b/docs/getting-started-new-manager/index.md @@ -36,7 +36,7 @@ From there you'll set up a Linux distribution, boot your Linode, and perform som If you haven't already signed up for a Linode account, start here. -1. Create a new account at the [Sign Up page](https://manager.linode.com/signup). +1. Create a new account at the [signup page](https://login.linode.com/signup). 1. Sign in and enter your billing and account information. Most accounts are activated instantly, but some require manual review prior to activation. If your account is not immediately activated, you will receive an email with additional instructions. @@ -95,9 +95,9 @@ Communicating with your Linode is usually done using the secure shell (SSH) prot Your Linode has a unique IP address that identifies it to other devices and users on the internet. -1. Click the **Linodes** menu item in the [Cloud Manager's](https://cloud.linode.com/) left hand navigation. +1. Click the **Linodes** link in the sidebar of the [Cloud Manager](https://cloud.linode.com/). -1. Find your Linode, click on it's name and navigate to *Networking*. +1. Find your Linode, click on it's name and navigate to the *Networking* tab. 1. Your IPv4 and IPv6 addresses appear under the *IPv4* and *IPv6* sections. @@ -335,4 +335,4 @@ Thu Feb 16 12:17:52 EST 2018 Now that you've learned the basics of using the Cloud Manager and working with your Linode, secure it and your Linode account from unauthorized access. See the following guides to begin: * [Securing Your Server](/docs/security/securing-your-server/) -* [Linode Manager Security Controls](/docs/security/linode-manager-security-controls/) +* [Linode Manager Security Controls](/docs/security/linode-manager-security-controls-new-manager/) diff --git a/docs/platform/api/getting-started-with-the-linode-api-new-manager/index.md b/docs/platform/api/getting-started-with-the-linode-api-new-manager/index.md index ad615bcefcd..7509600018b 100644 --- a/docs/platform/api/getting-started-with-the-linode-api-new-manager/index.md +++ b/docs/platform/api/getting-started-with-the-linode-api-new-manager/index.md @@ -20,7 +20,7 @@ hiddenguide: true ## Create a Linode Using the Linode API -The Linode API allows you to automate any task that can be performed by the Linode Manager, such as creating Linodes, managing IP addresses and DNS, and opening support tickets. +The Linode API allows you to automate any task that can be performed by the Cloud Manager, such as creating Linodes, managing IP addresses and DNS, and opening support tickets. For example, this command creates a new 2GB Linode, deploys a Debian 9 image, and boots the system: @@ -34,7 +34,7 @@ This guide will help you get set up to run this example. Note that if you run th Only authorized users can add Linodes and make changes to your account, and each request must be authenticated with an access token. -The easiest way to get a token is through the [early access Linode Manager](https://cloud.linode.com). +The easiest way to get a token is through the [Cloud Manager](https://cloud.linode.com). {{< note >}} If you are building an application which will need to authenticate multiple users (for example, a custom interface to Linode's infrastructure for your organization), you can set up an [OAuth authentication flow](https://developers.linode.com/v4/access) to generate tokens for each user. @@ -42,17 +42,21 @@ If you are building an application which will need to authenticate multiple user ### Create an API Token -1. Log in to the Manager and select the **API Tokens** tab from the **My Profile** menu: +1. Log in to the Cloud Manager. + +1. Click on your username at the top of the screen and select **My Profile**. ![Select My Profile.](get-started-with-linode-api-select-my-profile.png "Select My Profile.") +1. Select the **API Tokens** tab: + ![Select API Tokens tab in My Profile Settings.](get-started-with-linode-api-my-profile-small.png "Select the API Tokens tab in My Profile Settings.") -2. Click on **Add a Personal Access Token** and choose the access rights you want users authenticated with the new token to have. Privileges are cascading, so a token with *Create* access will also have *Modify* and *View* access. +1. Click on **Add a Personal Access Token** and choose the access rights you want users authenticated with the new token to have. ![Add a Personal Access Token](get-started-with-linode-api-new-token.png "Add a Personal Access Token") - When you have finished, click **Submit** to generate an API token string. Copy the token and save it in a secure location. **You will not be able to view the token through the Manager after closing the popup.** + When you have finished, click **Submit** to generate an API token string. Copy the token and save it in a secure location. **You will not be able to view the token through the Cloud Manager after closing the popup.** ### Authenticate Requests diff --git a/docs/platform/billing-and-support/billing-and-payments-new-manager/index.md b/docs/platform/billing-and-support/billing-and-payments-new-manager/index.md index d00412d0130..f6d1ee6b49e 100644 --- a/docs/platform/billing-and-support/billing-and-payments-new-manager/index.md +++ b/docs/platform/billing-and-support/billing-and-payments-new-manager/index.md @@ -74,10 +74,10 @@ Due to the [impending exhaustion of the IPv4 address space](http://en.wikipedia. To view your current balance, follow the steps below. This shows you the sum of all Linode services used so far in the month, down to the hour. -1. Log in to the [Linode Manager](http://cloud.linode.com). -2. Select **Account**. -3. Select **Account & Billing**. -4. Under **Billing Information**, expand the **Make a Payment** section. There you can see the **Current Balance**: +1. Log in to the [Linode Cloud Manager](http://cloud.linode.com). +1. Select **Account** from the sidebar links. +1. Select **Account & Billing**. +1. Under **Billing Information**, expand the **Make a Payment** panel. There you can see the **Current Balance**: [![This customer has a $0 outstanding balance](billing-current-balance-small.png "This customer has a $0 outstanding balance.")](billing-current-balance.png) @@ -91,7 +91,7 @@ What does a mid-month bill mean? Your existing active services will stay active. ## If My Linode is Powered Off, Will I Be Billed? -**If your Linode is powered off you will still be billed for it.** Linode maintains your saved data and reserves your ability to use other resources like RAM and network capacity, even when your Linode is powered off. You will also be billed for any other active Linode service, such as Longview Pro or extra IP's. +**If your Linode is powered off you will still be billed for it.** Linode maintains your saved data and reserves your ability to use other resources like RAM and network capacity, even when your Linode is powered off. You will also be billed for any other active Linode service, such as Longview Pro or extra IP addresses. If you want to stop being billed for a particular Linode service, you need to [remove](#removing-services) it from your account entirely. @@ -111,26 +111,26 @@ If you overpay, credit will be applied to your account; this allows you to prepa ## Making a Payment -You can use the Linode Manager to pay an outstanding balance or prepay for Linode services. Here's how: +You can use the Cloud Manager to pay an outstanding balance or prepay for Linode services. Here's how: -1. Log in to the [Linode Manager](http://cloud.linode.com). -2. Select **Account**. -3. Select **Account & Billing**. -4. Expand the **Make a Payment** box. -5. Enter the amount of money you would like to pay in the **Amount to Charge** field. -6. Enter the CVV number on the back of your credit card in the **CVV** field. -7. Click **Confirm Payment**. +1. Log in to the [Linode Cloud Manager](http://cloud.linode.com). +1. Select **Account** from the sidebar links. +1. Select **Account & Billing**. +1. Expand the **Make a Payment** panel. +1. Enter the amount of money you would like to pay in the **Amount to Charge** field. +1. Enter the CVV number on the back of your credit card in the **CVV** field. +1. Click **Confirm Payment**. The payment may take a few minutes to be applied to your account. ## Accessing Billing History -All of your billing history is stored in the Linode Manager. Here's how to access it: +All of your billing history is stored in the Cloud Manager. Here's how to access it: -1. Log in to the [Linode Manager](http://cloud.linode.com). -2. Select **Account**. -3. Select **Account & Billing**. -4. Expand the **Recent Invoices** and **Recent Payments** boxes. +1. Log in to the [Linode Cloud Manager](http://cloud.linode.com). +1. Select **Account** from the sidebar links. +1. Select **Account & Billing**. +1. Expand the **Recent Invoices** and **Recent Payments** panels. Select an invoice to view the charges for a particular month. @@ -138,10 +138,10 @@ Select an invoice to view the charges for a particular month. -The *Domains* section of the Linode Manager is a comprehensive DNS management interface that allows you to add DNS records for all of your domain names. This guide covers the use of the Domains section and basic domain zone setup. For an introduction to DNS in general, see our [Introduction to DNS Records](/docs/networking/dns/dns-records-an-introduction/) guide. +The *Domains* section of the Linode Cloud Manager is a comprehensive DNS management interface that allows you to add DNS records for all of your domain names. This guide covers the use of the Domains section and basic domain zone setup. For an introduction to DNS in general, see our [Introduction to DNS Records](/docs/networking/dns/dns-records-an-introduction/) guide. ## Getting Started The Domain Name System (DNS) attaches human-readable domain names to machine-usable IP addresses. In many ways, it is the phone book of the Internet. Just like a phone book can help you find the phone number of a business, DNS can take a domain name like `google.com` and translate it into an IP address like `74.125.19.147`. This global system allows users to remember the names of websites instead of their numeric IP addresses. {{< note >}} -All steps within this guide are completed within the **[Domains](https://cloud.linode.com/domains)** page of your Linode Manager. +All steps within this guide are completed within the **[Domains](https://cloud.linode.com/domains)** page of your Linode Cloud Manager. {{< /note >}} ## DNS Set-Up Checklist @@ -31,10 +31,10 @@ All steps within this guide are completed within the **[Domains](https://cloud.l DNS records are only actively hosted on accounts with at least one Linode. When setting up a domain name on your Linode, make sure you perform the following steps: 1. Register (purchase) a domain name if you haven't already. -2. Set your domain name to [use Linode's name servers](#use-linode-s-name-servers-with-your-domain). You'll need to do this on your domain registrar's website and then wait up to 24 hours for the change to take effect. -3. Use the DNS Manager to [add a domain zone](#add-a-domain-zone), and then start [adding some basic DNS records](#add-records). -4. [Set reverse DNS](/docs/networking/dns/configure-your-linode-for-reverse-dns/). -5. If you have any special DNS needs, such as using a third-party email server, add additional DNS records to [create a custom configuration](/docs/networking/dns/common-dns-configurations/). +1. Set your domain name to [use Linode's name servers](#use-linode-s-name-servers-with-your-domain). You'll need to do this on your domain registrar's website and then wait up to 24 hours for the change to take effect. +1. Use the DNS Manager to [add a domain zone](#add-a-domain-zone), and then start [adding some basic DNS records](#add-records). +1. [Set reverse DNS](/docs/networking/dns/configure-your-linode-for-reverse-dns/). +1. If you have any special DNS needs, such as using a third-party email server, add additional DNS records to [create a custom configuration](/docs/networking/dns/common-dns-configurations/). ## Use Linode's Name Servers with Your Domain @@ -50,16 +50,16 @@ After you purchase a domain, log in to your domain registrar's control panel and DNS changes can take up to 24 hours to propagate throughout the internet, although the changes are usually visible within several hours. {{< /note >}} -## The DNS Manager +## The Domains Page -Log in to the [Linode Manager](https://manager.linode.com/) and select the **Domains** link. It should resemble this: +Log in to the [Cloud Manager](https://cloud.linode.com/) and select the **Domains** link from the sidebar. It should resemble this: ![The DNS Manger](domain-manager.png "The DNS Manager") 1. All of your domain zones are listed here. A *domain zone*, synonymous with the term "domain", is a collection of DNS records for a single domain name. Click the name of a domain zone to add or edit DNS records within that zone. -2. If you have a zone that can be exported from a server or another hosting provider, click **Import a Zone** to import it. -3. Click **Add a Domain** to create a new domain zone. -4. Use the links in the menu to the right of the domain zone link to edit DNS records within a zone, to check or delete a zone, to view a zone's file, or select **Clone** to duplicate an existing zone. +1. If you have a zone that can be exported from a server or another hosting provider, click **Import a Zone** to import it. +1. Click **Add a Domain** to create a new domain zone. +1. Use the links in the menu to the right of the domain zone link to edit DNS records within a zone, to check or delete a zone, to view a zone's file, or select **Clone** to duplicate an existing zone. ## Domain Zones @@ -67,7 +67,7 @@ Before you can add any DNS records, you must create a domain zone. Think of a do ### Add a Domain Zone -If you're new to Linode, or if you've just purchased a new domain name, the first step is to add a new domain zone in the DNS Manager. +If you're new to Linode, or if you've just purchased a new domain name, the first step is to add a new domain zone in the Domains page. -1. From the DNS Manager tab, select **Add a Domain**: +1. From the **Domains** page, select **Add a Domain**: ![This page lets you add a domain zone.](domain-add-a-domain.png "This page let's you add a domain zone.") -2. If you want to add a *slave zone* instead of a master zone, click the **Slave** radio button. +1. If you want to add a *slave zone* instead of a master zone, click the **Slave** radio button. {{< note >}} In order for Linode's DNS servers to function as slaves, your DNS master server must notify and allow AXFR requests from the following IP addresses: @@ -96,9 +96,9 @@ In order for Linode's DNS servers to function as slaves, your DNS master server 2a01:7e00::a {{< /note >}} -3. Enter your domain name in the **Domain** field. An example is shown above. -4. Enter an administrator's email address in the **SOA Email** field. -5. Click **Create**. +1. Enter your domain name in the **Domain** field. An example is shown above. +1. Enter an administrator's email address in the **SOA Email Address** field. +1. Click **Create**. This section explains how to add your own records. -1. Select a domain zone from within the Domains page. The following page appears: +1. Select a domain zone from within the Domains page. The domain's details page appears: [![This page has seven sections showing seven different types of records: SOA, NS, MX, and A/AAAA, CNAME, TXT, and SRV. You can adjust the SOA record by clicking the "Settings" link in that section. The next six sections each have a corresponding link that lets you add a new record of that type. For example, to add an NS record, click the "Add a new NS record" link. There are similar links for MX, A, CNAME, TXT, and SRV records.](domain-domain-records-small.png)](domain-domain-records.png) -2. The page is divided into different sections for each type of DNS record. Locate the section for the type of DNS record you want to add, then click **Add a [DNS] Record**. +1. The page is divided into different sections for each type of DNS record. Locate the section for the type of DNS record you want to add, then click **Add a [DNS] Record**. ![This page allows you to create a new A/AAAA record.](domain-add-a-record.png) @@ -125,29 +125,30 @@ When you first create a domain zone, you'll need to add some DNS records. @@ -81,13 +81,13 @@ Now that you have set up two-factor authentication for your account, you'll need 1. Open the [Linode Cloud Manager](https://cloud.linode.com) in your web browser. -2. On your smartphone, open Authy, and then select your **LinodeManager:user** account. +1. On your smartphone, open Authy, and then select your **LinodeManager:user** account. -3. In your web browser, enter your username and password and click **Log in**. The webpage shown below appears. +1. In your web browser, enter your username and password and click **Log in**. The webpage shown below appears. ![Enter your token.](security-login-and-enter-token.png "Enter your token.") -4. Enter your token, and then click **Authenticate**. Checking the box below the authentication option will add your computer to the trusted computer list for 30 days, and generate a confirmation email to the address on file for your account. +1. Enter your token, and then click **Authenticate**. Checking the box below the authentication option will add your computer to the trusted computer list for 30 days, and generate a confirmation email to the address on file for your account. You have successfully logged in to the Linode Cloud Manager using two-factor authentication. @@ -115,12 +115,12 @@ Generating a one-time use scratch code is also recommended. In the event that yo The Linode Cloud Manager allows you to generate a new secret key for your two-factor authentication token device. This is a good way to start using a new smartphone as your two-factor token device. Here's how to generate a new secret key: 1. Log in to the [Linode Cloud Manager](https://cloud.linode.com). -2. Select the **My Profile** link by clicking on your username at the top of the page: +1. Select the **My Profile** link by clicking on your username at the top of the page: ![Select 'My Profile'](security-my-profile.png "Select 'My Profile') -3. Select the **Password & Authentication** tab. -4. In the *Two-Factor Authentication (TFA)* section, click **Reset two-factor authentication**, as shown below. +1. Select the **Password & Authentication** tab. +1. In the **Two-Factor Authentication (TFA)** section, click **Reset two-factor authentication**, as shown below. [![Reset two-factor authentication.](security-reset-tfa-small.png "Reset two-factor authentication.")](security-reset-tfa.png) @@ -131,13 +131,13 @@ A new secret key and barcode will be generated for your account and displayed on You can disable two-factor authentication for your Linode account at any time. Here's how: 1. Log in to the [Linode Cloud Manager](https://cloud.linode.com). -2. Select the **My Profile** link by clicking on your username at the top of the page: +1. Select the **My Profile** link by clicking on your username at the top of the page: ![Select 'My Profile'](security-my-profile.png "Select 'My Profile') -3. Select the **Password & Authentication** tab. -4. In the *Two-Factor Authentication (TFA)* section, toggle the *Enabled* box to disable Two-factor Authentication. -5. A confirmation window appears asking if you want to disable two-factor authentication. Click **Disable Two-factor Authentication**. +1. Select the **Password & Authentication** tab. +1. In the **Two-Factor Authentication (TFA)** section, toggle the **Enabled** switch to disable two-factor Authentication. +1. A confirmation window appears asking if you want to disable two-factor authentication. Click **Disable Two-Factor Authentication**. You have successfully disabled the two-factor authentication feature for your Linode Cloud Manager account. @@ -148,7 +148,7 @@ If you lose your token and get locked out of the Manager, email }} -If you receive an email threshold alert from the Linode Manager, don't panic. There's not necessarily anything wrong with your Linode. For example, your server may be operating above the threshold if you're compiling software or if a major website just linked to your blog. +If you receive an email threshold alert from the Linode Cloud Manager, don't panic. There's not necessarily anything wrong with your Linode. For example, your server may be operating above the threshold if you're compiling software or if a major website just linked to your blog. {{< /note >}} -### Use Linode Longview - -Our custom monitoring and graphing tool [Longview](/docs/platform/longview/longview/) can give you a detailed breakdown of system performance and resource usage. Longview can be used to monitor any virtual server or computer running Linux - including systems not hosted by Linode. On our platform, Longview, in conjunction with the Linode Manager email alerts, can help you to know quickly when your system is overloaded, and find out why. - ### Use Third-Party Tools -The graphs in the Linode Manager provide basic information for things like CPU utilization and bandwidth consumption. That's good information as far as it goes, but it won't sate the appetite of true geeks who crave detailed statistics on a server's disk, network, system, and service performance. For that kind of information, you'll need to install and configure a third-party performance monitoring tool. +The graphs in the Linode Cloud Manager provide basic information for things like CPU utilization and bandwidth consumption. That's good information as far as it goes, but it won't sate the appetite of true geeks who crave detailed statistics on a server's disk, network, system, and service performance. For that kind of information, you'll need to install and configure a third-party performance monitoring tool. There are several free third-party performance monitoring tools available for your Linode: @@ -110,7 +105,7 @@ There are several free third-party performance monitoring tools available for yo ## Linode Managed -[Linode Managed](https://www.linode.com/managed) is our monitoring service that offers 24x7 incident response, dashboard metrics for your Linodes, free cPanel, and an automatic backup service. With a three-month Linode Managed commitment, you also get two complimentary standard site migrations performed by our [Professional Services Team](https://www.linode.com/professional-services). If you are running more than one Linode, not all are required to be managed. You can establish separate accounts (e.g., production and development) and monitor only the most critical services running on designated Linode(s). Existing customers can sign up for Linode Managed by [contacting support](https://cloud.linode.com/support/tickets) or from the legacy Linode Manager's [account tab](https://manager.linode.com/account). +[Linode Managed](https://www.linode.com/managed) is our monitoring service that offers 24x7 incident response, dashboard metrics for your Linodes, free cPanel, and an automatic backup service. With a three-month Linode Managed commitment, you also get two complimentary standard site migrations performed by our [Professional Services Team](https://www.linode.com/professional-services). If you are running more than one Linode, not all are required to be managed. You can establish separate accounts (e.g., production and development) and monitor only the most critical services running on designated Linode(s). Existing customers can sign up for Linode Managed by [contacting support](https://cloud.linode.com/support/tickets) or from the Linode Classic Manager's [account tab](https://manager.linode.com/account). ## Manage Logs @@ -149,7 +144,7 @@ There are ways to automate the installation of software updates, but this is not ### Apply Kernel Updates -When you first sign up for Linode and create a virtual server, the Linode Manager automatically creates a [configuration profile](/docs/platform/disk-images/disk-images-and-configuration-profiles/#configuration-profiles/) with the latest kernel selected. We [update the kernels](http://www.linode.com/kernels/) as necessary and make them available in the Linode Manager. In most cases, new kernels will automatically be selected in the configuration profile in the Linode Manager — once we release a new kernel, all you have to do is reboot your Linode to start using it. +When you first sign up for Linode and create a virtual server, the Linode Cloud Manager automatically creates a [configuration profile](/docs/platform/disk-images/disk-images-and-configuration-profiles/#configuration-profiles/) with the latest kernel selected. We [update the kernels](http://www.linode.com/kernels/) as necessary and make them available in the Linode Cloud Manager. In most cases, new kernels will automatically be selected in the configuration profile in the Linode Cloud Manager — once we release a new kernel, all you have to do is reboot your Linode to start using it. To check for a new kernel and start using it on your Linode: @@ -157,25 +152,25 @@ To check for a new kernel and start using it on your Linode: cat /proc/version -2. Examine the output and remember the version number: +1. Examine the output and remember the version number: {{< output >}} Linux version 4.15.12-x86_64-linode105 (maker@build.linode.com) (gcc version 4.9.2 (Debian 4.9.2-10+deb8u1)) #1 SMP Thu Mar 22 02:13:40 UTC 2018 {{< /output >}} -3. Log in to the [Linode Manager](https://cloud.linode.com). -4. Click the **Linodes** tab. -5. Select your Linode. The Linode's dashboard appears. -6. Select the active configuration profile by clicking the **Edit** link, as shown below. +1. Log in to the [Linode Cloud Manager](https://cloud.linode.com). +1. Click the **Linodes** link in the sidebar. +1. Select your Linode. The Linode's details page appears. +1. Select the active configuration profile by clicking the **Edit** link, as shown below. [![Selecting the active configuration profile](edit-configuration-menu-small.png)](edit-configuration-menu.png) -7. From the **Kernel** menu, verify that **GRUB 2** is selected: +1. From the **Kernel** menu, verify that **GRUB 2** is selected: ![Selecting the latest kernel](kernel-menu.png) -8. If you selected a new kernel, click **Submit**. The Linode's dashboard appears. -9. Select **Reboot** from the status menu to reboot your Linode and start using the new kernel. +1. If you selected a new kernel, click **Submit**. The Linode's dashboard appears. +1. Select **Reboot** from the status menu to reboot your Linode and start using the new kernel. ![Reboot your Linode](reboot.png)