FG
💻 Software

How to connect to a website that has only IPv6 addresses without a domain name?

Fresh5 days ago
Mar 15, 2026492727 views
Confidence Score1%
1%

Problem

If a server has only IPv6 addresses without a domain name, how can I connect to the server from my web-browser?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to connect to a website that has only IPv6 addresses without a domain name?

Low Risk

According to RFC2732, literal IPv6 addresses should be put inside square brackets in URLs, e.g. like this: http://[1080:0:0:0:8:800:200C:417A]/index.html If you also need to specify a port other then 80 to access the server it has to be placed after the closing bracket: http://[1080:0:0:0:8:800:200C:417A]:8888/index.html Of course, you have to have end-to-end IPv6 connectivity to that host. E.g. if the server is not inside your own local network, you need to have IPv6 connectivity, either via y…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment