NetBird Client Setup: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Note==
==Note==
Whatever you wish to do you will have to contact [[User:Brenden]] to connect a computer to the network. Details below.
Whatever you wish to do you will have to contact [[User:Brenden|Brenden]] to connect a computer to the network. Details below.




Line 7: Line 7:
If you add a computer to the OSE network as an OSE computer all controllers on the network are given access to that computer.
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.
To do this first install the NetBird client on your computer.<br>
<syntaxhighlight lang="bash">curl -fsSL https://pkgs.netbird.io/install.sh | sh</syntaxhighlight>
You can do this by opening your terminal and entering:
<br><code>curl -fsSL https://pkgs.netbird.io/install.sh | sh</code><br>
If you want a shorter link. They both do the exact same thing.
 
Once it is installed you will need to contact [[User:Brenden|Brenden]].
Once contacted he should give you a new one time use curl command which will connect the computer to the network.
After doing that you will be done.
 
If you are connecting more then one computers at once you can request a command that can be used multiple times.




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

Latest revision as of 21:23, 6 December 2025

Note

Whatever you wish to do you will have to contact 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 by opening your terminal and entering:
curl -fsSL https://pkgs.netbird.io/install.sh | sh
If you want a shorter link. They both do the exact same thing.

Once it is installed you will need to contact Brenden. Once contacted he should give you a new one time use curl command which will connect the computer to the network. After doing that you will be done.

If you are connecting more then one computers at once you can request a command that can be used multiple times.


Connecting a controller computer

TODO