mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
74 lines
3.4 KiB
ReStructuredText
74 lines
3.4 KiB
ReStructuredText
.. _initial-setup:
|
||
|
||
*************
|
||
Initial Setup
|
||
*************
|
||
|
||
.. youtube:: DmTlwp5_zvY
|
||
|
||
Power On
|
||
========
|
||
|
||
#. Connect your Embassy to power and Internet, normally using an ethernet port on your home Internet router.
|
||
#. Plug in your external drive to one of the USB 3.0 (blue) ports on Embassy.
|
||
|
||
.. note:: To avoid networking issues, it is recommended to use your primary router, not an extender or mesh router.
|
||
|
||
You will hear 2 distinct sounds:
|
||
|
||
* "bep" ‐ Powering on
|
||
* "chime" ‐ Embassy is ready
|
||
|
||
Claim Your Embassy
|
||
==================
|
||
|
||
1. Ensure the device you are using is connected to the same network as your router.
|
||
|
||
.. warning:: Sometmies a router will have a "guest WiFi network," which might be different than the network your Embassy is placed on via ethernet.
|
||
|
||
2. Visit ``embassy.local`` from a web browser.
|
||
|
||
.. admonition:: Explanation
|
||
:class: toggle expand
|
||
|
||
The product key is used to discover your Embassy's IP address on the Local Area Network using a hashing function and a protocol named :ref:`MDNS (or Zeroconf) <mdns>`.
|
||
|
||
.. admonition:: Troubleshooting
|
||
:class: toggle expand
|
||
|
||
#. Confirm that the Embassy is plugged into both power and Ethernet, with the USB drive in a USB 3.0 (blue) slot.
|
||
#. Confirm the Embassy emitted two sounds when powering on: a bep and a chime.
|
||
#. Confirm you are entering the correct product key.
|
||
#. Confirm your device you are using is not connected to a "Guest" network
|
||
#. Confirm your device is not using a VPN.
|
||
#. Try to refresh the ``embassy.local`` page.
|
||
#. Rarely, certain routers do not support mDNS. Please see the "Advanced" tab.
|
||
|
||
.. admonition:: Advanced
|
||
:class: toggle expand
|
||
|
||
If your router does not support mDNS
|
||
|
||
* On your desktop or laptop computer, navigate to your router configuration settings within the browser. This is usually an IP address such as 192.168.1.1. A simple Google search will usually reveal how to access the router configuration settings for a particular brand.
|
||
* Once in the router config settings, find the section that lists the devices on your network. You should see an item labeled "embassy". Take note of the associated IP address and enter it into your browser's URL field to enter setup.
|
||
|
||
3. Create your *permanent* master password and complete setup.
|
||
|
||
.. admonition:: Explanation
|
||
:class: toggle expand
|
||
|
||
In this step, the setup process will provide your Embassy with three pieces of critical information:
|
||
|
||
* A ed25519 private key. Used by the Embassy to create a .onion public address for encrypted and anonymous communication over Tor.
|
||
* A 4096 bit RSA private key. Used by the Embassy to create a SSL certificate for encrypted communication over LAN.
|
||
* A master password. Used by the Embassy to authenticate you as its owner.
|
||
|
||
All three secrets are packaged together and transmitted to the Embassy encrypted with its product key.
|
||
|
||
.. warning:: There is also currently no way to change your password. Choose a strong master password. Write it down. Store it somewhere safe. DO NOT LOSE IT. If you lose this password, you may be forced to reset the device, resulting in permanent loss of data.
|
||
|
||
Setup Complete!
|
||
===============
|
||
|
||
Your Embassy is now hosted on the private web! After setup is complete you will be presented with connection information. You can view and manage your Embassy by visiting its unique Tor Address from any Tor-enabled browser, or by accessing it's ``.local`` address from your LAN.
|