Each VPS is automatically assigned its own /64 IPv6 subnet with an IPv6 address statically preconfigured on the interface. To change the IPv6 address or add more addresses, manual configuration is required depending on the operating system in use.
ip
command.
ip -6 addr add 2a03:f80:ed15:435a::1/48 dev eth0
Display configured IPv6 addresses
ip -6 addr show
ip -6 route add default via 2a03:f80:ed15::1
ip -6 route show