NetBird Client Setup: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


To do this first install the NetBird client on your computer.
To do this first install the NetBird client on your computer.
<code>
You can do this using:
curl -fsSL https://pkgs.netbird.io/install.sh | sh
<br><code>curl -fsSL https://pkgs.netbird.io/install.sh | sh</code>
</code>
or:




==Connecting a controller computer==
==Connecting a controller computer==
TODO
TODO

Revision as of 18:57, 6 December 2025

Note

Whatever you wish to do you will have to contact User:Brenden to connect a computer to the network. Details below.


Connecting an OSE computer

When I say OSE computer I mean a computer loaded with OSE Linux v3 or other version of Linux setup for use in an OSE workshop or other OSE work environment. If you add a computer to the OSE network as an OSE computer all controllers on the network are given access to that computer.

To do this first install the NetBird client on your computer. You can do this using:
curl -fsSL https://pkgs.netbird.io/install.sh | sh or:


Connecting a controller computer

TODO