@ -49,19 +49,30 @@ The lokinet GUI will launch and you should notice an increasing number on *lokin
#### **Advanced setup based on a templateVM**
Create a new templateVM and add the apt source list
* open a terminal in dom0
* `[user@dom0~]$ qvm-clone debian-11 debian-11-lokinet`
* open the templateVM settings *[Dom0] Settings: debian-11-lokinet* , confirm your setting with *Apply* and keep the window open.
* allow networking: Networking: **sys-firewall** (or sys-whonix, or sys-vpm)
Add the apt source list to the templateVM (1):
* `user@debian-11-lokinet:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg`
* `user@debian-11-lokinet:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list`
* `user@debian-11-lokinet:~$ sudo apt update`
* go back to your templateVM settings *[Dom0] Settings: debian-11-lokinet* , set the networking back to **default(none)** and confirm with *Apply* and close the setting window.
open a terminal in dom0
[user@dom0~]$ qvm-clone debian-11 debian-11-lokinet`
open the templateVM settings *[Dom0] Settings: debian-11-lokinet* , confirm your setting with *Apply* and keep the window open.
allow networking: Networking: **sys-firewall** (or sys-whonix, or sys-vpm)
Add the apt source list to the templateVM (1);
```
user@debian-11-lokinet:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
user@debian-11-lokinet:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list
user@debian-11-lokinet:~$ sudo apt update
```
Go back to your templateVM settings *[Dom0] Settings: debian-11-lokinet* , set the networking back to **default(none)** and confirm with *Apply* and close the setting window.
Install lokinet (1)
* open a terminal in **debian-11-lokinet**
* `user@debian-11-lokinet:~$ sudo apt-get install lokinet-gui -y`
open a terminal in **debian-11-lokinet**
```
user@debian-11-lokinet:~$ sudo apt-get install lokinet-gui -y
```
...
@ -110,10 +121,15 @@ The following describtion will based on the [Simple setup for one standalone App
Download the latest version of the Tor-Browser
* You can either do it manually by downloading the latest version from https://www.torproject.org/download/languages, verify the downloaded file and launch it afterwards with `./start-tor-browser` OR **simply use Micahflee's torbrowser-launcher** (5):
* open a terminal in **lokinet-vm**
* `user@lokinet-vm:~$ sudo apt install torbrowser-launcher`
* `user@lokinet-vm:~$ torbrowser-launcher`
* the Tor-Browser will launch automatically and you can directly continue with the next steps.
open a terminal in **lokinet-vm**
```
user@lokinet-vm:~$ sudo apt install torbrowser-launcher
user@lokinet-vm:~$ torbrowser-launcher
```
The Tor-Browser will launch automatically and you can directly continue with the next steps.
The default configuration is set to use Tor, therefore we need to make some modifications to use lokinet instead of the Tor network.