You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux Mint 21.2 is based on Ubuntu 22.04 "jammy".
- focal (Ubuntu 20.04)
- jammy (Ubuntu 22.04)
- lunar (Ubuntu 23.04)
I also had to add [arch=amd64] for my processor architecture
in order for apt to be able to update deb.oxen.io repository.
echo "deb [arch=amd64] https://deb.oxen.io jammy main" | sudo tee /etc/apt/sources.list.d/oxen.list
sudo apt update
If you want the GUI install lokinet-gui
sudo apt install lokinet-gui
sudo apt install lokinet
If you are installing lokinet for the VPN mode, you may need to
connect to a private high performance Lokinet Exit Node.
Recently I wasn't able to get the free exit node to work, so
I used the paid exit node by Privacy Pro Shop.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
echo "deb [arch=amd64] https://deb.oxen.io jammy main" | sudo tee /etc/apt/sources.list.d/oxen.list
sudo apt update
sudo apt install lokinet
https://www.privacyproshop.com/product/lokinet-exit-node-access-code-60-day/
lokinet-vpn --up --exit ExitNodeAddress.loki --token Password
lokinet-vpn --down
sudo systemctl disable --now lokinet.service
Beta Was this translation helpful? Give feedback.
All reactions