

# Configure IPv6 connectivity for Plesk instances in Lightsail
<a name="amazon-lightsail-configure-ipv6-on-plesk"></a>

You must perform an additional set of steps to make an instance that uses the Plesk blueprint aware of its IPv6 address. In this guide, we show you the additional steps that you must perform for Plesk instances.

## Prerequisites
<a name="ipv6-plesk-prerequisites"></a>

Complete the following prerequisites if you haven't already:
+ Create an Plesk instance in Lightsail. For more information, see [Create an instance](how-to-create-amazon-lightsail-instance-virtual-private-server-vps.md).
+ Enable IPv6 for your Plesk instance. For more information, see [Enable or disable IPv6](amazon-lightsail-enable-disable-ipv6.md).
**Note**  
Lightsail Plesk instances created on or after January 12, 2021, have IPv6 enabled by default. You must complete the following steps in this guide to configure IPv6 on your instance even if IPv6 was enabled by default when you created your instance.

## Configure IPv6 on a Plesk instance
<a name="configure-ipv6-plesk"></a>

Complete the following procedure to configure IPv6 on a Plesk instance in Lightsail.

1. Sign in to the [Lightsail console](https://lightsail.aws.amazon.com/).

1. In the **Instances** section of the Lightsail home page, locate the Plesk instance that you wish to configure, and choose the browser-based SSH client icon to connect to it using SSH.  
![\[Browser-based SSH client icon in the Lightsail home page.\]](http://docs.aws.amazon.com/lightsail/latest/userguide/images/lightsail-plesk-ssh-quick-connect.png)

1. After you're connected to your instance, enter the following command to view the IP addresses configured on your instance.

   ```
   ip addr
   ```

   You will see a response similar to one of the following examples:
   + If your instance does not recognize its IPv6 address, then you will not see it listed in the response. You should continue to complete steps 4 through 7 of this procedure.  
![\[IPv6 not configured on the instance.\]](http://docs.aws.amazon.com/lightsail/latest/userguide/images/lightsail-plesk-ssh-ip-addr-ipv6-not-configured.png)
   + If your instance does recognize its IPv6 address, then you will see it listed in the response with a `scope global` as shown in this example. You should stop here; you do not need to complete steps 4 through 7 of this procedure because your instance is already configured to recognize its IPv6 address.  
![\[IPv6 configured on the instance.\]](http://docs.aws.amazon.com/lightsail/latest/userguide/images/lightsail-plesk-ssh-ip-addr-ipv6-configured.png)

1. Toggle back to the Lightsail console.

1. In the **Instances** section of the Lightsail home page, choose the actions menu (⋮) for the Plesk instance, and choose **Reboot**.  
![\[Instance reboot option on the Lightsail home page.\]](http://docs.aws.amazon.com/lightsail/latest/userguide/images/lightsail-plesk-instance-reboot.png)

   Wait a few minutes for your instance to be done rebooting before continuing to the next step.

1. Toggle back to the SSH session of your Plesk instance.

1. Enter the following command to view the IP addresses configured on your instance, and confirm that it is now recognizing its assigned IPv6 address.

   ```
   ip addr
   ```

   You will see a response similar to the following example. If your instance does recognize its IPv6 address, then you will see it listed in the response with a label of `scope global` as shown in this example.  
![\[IPv6 configured on the instance.\]](http://docs.aws.amazon.com/lightsail/latest/userguide/images/lightsail-plesk-ssh-ip-addr-ipv6-configured.png)