44Net Connect/Quick Start: Difference between revisions

From 44Net Wiki
// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 1: Line 1:
== Get Started with 44Net Connect ==
== Get Started with 44Net Connect ==


Before you begin, make sure you have what you need: a 44Net Portal account, a verified amateur radio callsign, a device capable of running WireGuard, and some sort of Internet access. If you haven't set up your Portal account or verified your callsign yet, see [[GetStarted|44Net: Get Started]] for instructions. For a partial list of supported devices, see [[44Net Connect/Supported Platforms|Supported Platforms]].
Before you begin, make sure you have what you need:  
 
* A 44Net Portal account
* A verified amateur radio callsign
* A device capable of running WireGuard
* Some sort of Internet access
 
If you haven't set up your Portal account or verified your callsign yet, see [[GetStarted|44Net: Get Started]] for instructions. For a partial list of supported devices, see [[44Net Connect/Supported Platforms|Supported Platforms]].


{{Section|class=mw-section--brief|1=
{{Section|class=mw-section--brief|1=
Line 11: Line 18:
# Click the “Log In to Get Started” button.
# Click the “Log In to Get Started” button.
# Sign in with your 44Net Portal account credentials.
# Sign in with your 44Net Portal account credentials.
{{Info|Tip|The Connect dashboard is where you will manage your tunnels and WireGuard configurations. Consider bookmarking https://connect.44net.cloud/ for easy access.}}
{{Info|Note|
The Connect dashboard is separate from the Portal dashboard. You will use your Portal account credentials to log in, but the two dashboards have different functions.
* '''The Portal dashboard''' is for managing your account, verifying your callsign, managing DNS, etc.
* '''The Connect dashboard''' is specifically for managing your WireGuard tunnels.
You will need to log in to both dashboards at different times depending on what you want to do.
}}
}}
}}


Line 29: Line 24:
{{SectionFigure|file=Choose Region and Node.png|width=200px|alt=44Net Choose Region and Node screen|class=align-right}}
{{SectionFigure|file=Choose Region and Node.png|width=200px|alt=44Net Choose Region and Node screen|class=align-right}}
}}
}}
=== Step 2: Create your first tunnel ===
=== Step 2: Create your first tunnel ===
# On the dashboard page, click the “Create Tunnel” button.
# On the dashboard page, click the “Create Tunnel” button.
Line 34: Line 30:
# Enter a name for your tunnel, click the “Create Tunnel” button, and confirm.
# Enter a name for your tunnel, click the “Create Tunnel” button, and confirm.


{{Info|Tip|Don’t worry too much about the endpoint selection. You can change it later if needed, and you can have multiple tunnels to different endpoints if you want. The tunnel name is just for your reference.}}
Your tunnel is created. You can change endpoints later if needed.
}}
}}


Line 44: Line 40:
* Scroll down to find your tunnel configuration.
* Scroll down to find your tunnel configuration.
* Click the “Copy to Clipboard” button to copy the configuration text.
* Click the “Copy to Clipboard” button to copy the configuration text.
* Paste the configuration into your WireGuard client (Windows, macOS), or save it as a configuration file (e.g. <code>wg0.conf</code> on Linux, cloud instances, etc.).
* On Windows or macOS, paste the configuration into your WireGuard client.
* On Linux or other platforms, save it as a configuration file, e.g. <code>wg0.conf</code>.


{{Info|Tip|The configuration includes your public and private keys, an automatically-assigned 44Net address, and the endpoint information. It’s a standard WireGuard config that you can use with any compatible client or device.}}
You now have a standard WireGuard config that you can use with any compatible client or device.


{{Info|Warning|This is the only time you will see your private key in the Connect dashboard. If you lose it, you can generate a new configuration from the dashboard, but you cannot view the same private key again. If you opted to have the configuration sent to you via email, you can retrieve your private key from the email copy as well.}}
This is the only time you will see your private key in the Connect dashboard. You can re-create it later if needed.
}}
}}


Line 60: Line 57:
Once the tunnel is active, your system operates as a native 44Net host. Inbound and outbound traffic is routed through the Connect endpoint, giving your device a direct connection to the Internet.
Once the tunnel is active, your system operates as a native 44Net host. Inbound and outbound traffic is routed through the Connect endpoint, giving your device a direct connection to the Internet.


{{Info|Tip|If you have any issues activating the tunnel, check out the [[44Net Connect/Troubleshooting|troubleshooting guide]].}}
}}
 
== Things to Know ==
 
* The Connect dashboard is separate from the Portal dashboard. You will use your Portal account credentials to log in, but the two dashboards have different functions.
 
* '''The Portal dashboard''' is for managing your account, verifying your callsign, managing DNS, etc.


{{Info|Note|Remember that your device needs to be connected to the Internet in order to use the Connect tunnel. The tunnel itself provides a secure connection to the Internet, but it does not provide Internet access on its own.}}
* '''The Connect dashboard''' is specifically for managing your WireGuard tunnels.
}}
 
You will need to log in to both dashboards at different times depending on what you want to do.

Revision as of 18:35, 24 February 2026

Get Started with 44Net Connect

Before you begin, make sure you have what you need:

  • A 44Net Portal account
  • A verified amateur radio callsign
  • A device capable of running WireGuard
  • Some sort of Internet access

If you haven't set up your Portal account or verified your callsign yet, see 44Net: Get Started for instructions. For a partial list of supported devices, see Supported Platforms.

Step 1: Sign in to the Connect dashboard

  1. Visit The 44Net Connect dashboard.
  2. Click the “Log In to Get Started” button.
  3. Sign in with your 44Net Portal account credentials.

Step 2: Create your first tunnel

  1. On the dashboard page, click the “Create Tunnel” button.
  2. Select an endpoint region and node.
  3. Enter a name for your tunnel, click the “Create Tunnel” button, and confirm.

Your tunnel is created. You can change endpoints later if needed.

Step 3: Get your WireGuard configuration

  • Scroll down to find your tunnel configuration.
  • Click the “Copy to Clipboard” button to copy the configuration text.
  • On Windows or macOS, paste the configuration into your WireGuard client.
  • On Linux or other platforms, save it as a configuration file, e.g. wg0.conf.

You now have a standard WireGuard config that you can use with any compatible client or device.

This is the only time you will see your private key in the Connect dashboard. You can re-create it later if needed.

Step 4: Activate your tunnel

  • Start the WireGuard tunnel (“Activate” in the client, or wg-quick up wg0 on Linux).

Once the tunnel is active, your system operates as a native 44Net host. Inbound and outbound traffic is routed through the Connect endpoint, giving your device a direct connection to the Internet.

Things to Know

  • The Connect dashboard is separate from the Portal dashboard. You will use your Portal account credentials to log in, but the two dashboards have different functions.
  • The Portal dashboard is for managing your account, verifying your callsign, managing DNS, etc.
  • The Connect dashboard is specifically for managing your WireGuard tunnels.

You will need to log in to both dashboards at different times depending on what you want to do.