Jump to content
Not connected, Your IP: 216.73.217.154

All Activity

This stream auto-updates     

  1. Past hour
  2. I do still have this error from time to time, after multiple connects so that I have to quit and restart Eddie. After a clean restart of Eddie, it works for most of the time until I do a lot of additional connects. I am on macOS 26.5.2 Is there any indication on why and when this error could occur?
  3. Today
  4. Hello JesusxSaves, This thread began on 21 August with the announcement of the release of Eddie 2.26.2 Desktop Edition. On 2 September, I realised I’d overlooked this announcement regarding the release of the ‘stable’ version; I tested it again without success, and posted a comment to say that my issue with launching eddie-ui was still unresolved. Three hours later, you posted a comment beneath mine criticising the Eddie/AirVPN developers, writing that you’re capable of doing better than them at writing an entire graphical VPN client program using LLMs, and adding that you easily create games on Android using vibe coding. Perhaps I’m mistaken, but I get the slight impression that you’ve taken advantage of my post—in which I expressed my frustration at being stuck on version 2.25.1 of eddie-ui—to vent your own frustration. Even if the fact that you posted your message three hours after mine is a coincidence, I do not wish to be associated with what you wrote, and to remove any ambiguity: I am completely opposed to what you are claiming. I find that the way you phrase your criticisms in this post is rather inelegant, and disrespectful towards the eddie/AirVPN developers. It is possible that forum readers who are curious and keenly interested in all things relating to the vibe coding scene might be unduly influenced by the way you phrase your comments, and that this could lead to a certain amount of harmful pressure being placed on the eddie/AirVPN developers. That is why I would like to add my own perspective below: Low-level vs Graphical User Interface: The server and client software developed by the eddie/AirVPN team falls under the SECURITY category (not the Android gaming category). This requires a sound low-level understanding of operating systems, expertise in constantly evolving network protocols, security monitoring, and the ability to respond swiftly should any vulnerabilities be discovered. For security software developers, focusing on the low-level aspects is always a PRIORITY over the higher-level graphical user interface. The graphical user interface of the free software eddie-ui is becoming outdated, but it is not fundamentally incompatible with operating systems (for the time being). It is important to note that, despite all its minor flaws, eddie-ui remains a remarkable piece of software. Unlike the ‘flashy’ software from major VPN companies, the graphical user interface of the open-source eddie-ui is designed first and foremost with the aim of providing maximum freedom for the end user: it offers a vast range of configuration and customisation options, even in its mobile versions. All these graphical user interface controls, which allow for very fine-grained configuration of the underlying VPN client software (OpenVPN + WireGuard), must certainly have required a great deal of development time. I think that this freedom of choice for the end user is a hallmark of the eddie/AirVPN team’s ethical commitment. This is the spirit of free software as taught by Richard Stallman and the Free Software Foundation. Money: Companies with plenty of money tend to completely rewrite their software and graphical user interfaces in Rust, which automatically eliminates certain programming errors that can occur in C++. But AirVPN is a small organisation that has no intention of becoming a start-up funded by private equity. Vibe coding: LLMs are powerful tools for computer programming. But they must be used wisely and with great caution. Starting to have an LLM agent do all the work from A to Z by giving it interface objectives amounts to taking the very high risk of no longer manually checking the underlying code (see the French case of Benjamin Code), and of introducing security vulnerabilities. Just a few days ago, on 30 August 2026, reputable figures such as the Debian developers decided to authorise the use of LLMs in the Debian project, in accordance with a clearly defined code of conduct that may evolve (General resolution: LLM usage in Debian: Results). The eddie/AirVPN developers are also serious people, but they’re a small team → Please don’t put pressure on them. They’re professionals and they’re evolving just like everyone else. They know how they need to work...
  5. Hello! It is not necessary, with the option you mention Eddie will start during the system boot either on Windows or Linux based on systemd. Starting from 2.26.2 it will start on SysV init based Linux boxes too (this is new: if you find again malfunctions on SysV init based systems please warn the developers on the thread or via ticket). If the Connect at startup option is also active, then Eddie will start AND connect during the system bootstrap. Of course you are free to start Eddie automatically in different, canonical ways on each system. Kind regards
  6. Can no longer enable network lock if "Don't ask elevation every run" is enabled. It pops up with the error "Exception: State directory not available". Once that is disabled and Eddie is restarted then the network locks normally. Running Debian 13. https://eddie.website/report/6a485d91/
  7. Hello, and thank you for this new beta version of eddie-ui. I just tested it on Devuan 5 (based on Debian 12), and unfortunately, the problem persists. The terminal output is more detailed and mentions a library file named “linux-vdso.so.1”. A `find` search shows that this binary does not exist on my machine. A search on https://packages.debian.org/ shows that this binary is not present in the official Debian repositories. demo@devuan5:~$ sudo find / -mount -regex ".*linux-vdso.so.1.*" demo@devuan5:~$ eddie-ui . 2026-09-04 03:43:44.415 - Eddie version: 2.27.1 / linux_x64, System: Linux, Name: Devuan GNU/Linux 5 (daedalus), Version: 5 (daedalus), Framework: 6.8.0.96 (tarball Wed Jan 15 10:20:48 UTC 2020); Framework: v4.0.30319 . 2026-09-04 03:43:44.461 - Command line arguments (1): path.resources="/usr/share/eddie-ui" . 2026-09-04 03:43:44.481 - Raise system privileges . 2026-09-04 03:43:44.483 - Elevated launch with method 'pkexec': /usr/lib/eddie-ui/eddie-cli-elevated . 2026-09-04 03:43:52.103 - Elevated helper report: linux-vdso.so.1 (0x00007ffdc4915000) . 2026-09-04 03:43:52.103 - libgtk3-nocsd.so.0 => /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007fb8773c9000) . 2026-09-04 03:43:52.103 - libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb8773c4000) . 2026-09-04 03:43:52.103 - libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb877000000) . 2026-09-04 03:43:52.103 - libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb8772e4000) . 2026-09-04 03:43:52.103 - libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb8772c4000) . 2026-09-04 03:43:52.103 - libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb876e1e000) . 2026-09-04 03:43:52.103 - libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb8772bd000) . 2026-09-04 03:43:52.103 - /lib64/ld-linux-x86-64.so.2 (0x00007fb877463000) F 2026-09-04 03:43:52.105 - Unable to obtain elevated privileges (required): Unable to start (already exit, exit code 0). Look https://eddie.website/support/elevation/ to address this issue. . 2026-09-04 03:44:48.868 - Shutdown in progress . 2026-09-04 03:44:48.876 - Shutdown complete
  8. Yesterday
  9. I had to install ovpn-dco 2.8.6 manually to make it work. It kept installing 2.8.2 with an Eddie client
  10. Its ok have sorted the extra bits i needed in system settings. chatgpt gave me the answer.
  11. I ran a windows 10 machine up and installed on that, selected the same boxes and it started up as i imagined. Windows started up, airvpn started up and because i had "reconnect to last server" ticked it connected to server without me doing anything else. So what else do i need to do to make airvpn/eddie startup when the box is cold booted or rebooted ?
  12. Hello! The FIREWALL_VPN_INPUT_PORTS environment variable is not set, unless you set it in your GlueTun invocation command, therefore the incoming (unsolicited) packets on the tunnel VPN interface are dropped. See also: https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/firewall.md Note that the other variables related to firewall and inbound ports that you set on the compose file do not affect the firewall rules for the VPN interface: FIREWALL_INPUT_PORTS pertains to the default interface. You might like to delete the related line as we bet you do not want your p2p software to reply to incoming packets from the Internet and disclose your real IP address VPN_PORT_FORWARDING_LISTENING_PORTS has a totally different purpose, it re-directs a port to a custom localhost port of your choosing and will break p2p software ability to receive incoming packets. Do not use this variable with torrent clients, or any other software that publicly announces its port, as that software would not be aware of the publicly visible port and would be announcing the private port instead. Delete that line and read the documentation here for more details: https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/vpn-port-forwarding.md As a side note for you and all the readers using GlueTun: read GlueTun's good documentation if you haven't already done so! Kind regards
  13. Please start your own and give as much info as you can on the problem, what you tried, what you try to achieve, etc.; this is a help thread for another user. Simple formality. Hope it won't deter you
  14. I believe, starting Eddie itself. The options don't enter Eddie into any autostart mechanisms, that must be done by yourself. Connect at startup means "when Eddie starts, connect immediately". Don't ask elevation every run means "when Eddie starts, don't ask for sudo password". Both options are essential for what you want to achieve, but you still need to start Eddie itself.
  15. I don't think it's the NIC's problem – at least in this case all systems will behave like that.
  16. Hope it's correct form to append to this thread for the sake of others? Or should I start a new one? I have just had this problem. Yes, I have ip6 disabled in Merlin. The issue is the AirVPN configurator is not inserting the ip4 only commands into the .opvn file even when "ip4 only" is selected in Configurator. I have to add the following to the .opvn file: pull-filter ignore "dhcp-option DNS6" pull-filter ignore "tun-ipv6" pull-filter ignore "ifconfig-ipv6" pull-filter ignore "route-ipv6" setenv UV_IPV6 no The last command being optional. Is this by design? I had been told security was enhanced with ip4 only set on the Merlin side. Per Perplexity AI: "Merlin currently does not route IPv6 traffic through an external OpenVPN client reliably, so enabling IPv6 on the router while relying on OpenVPN can recreate the leak risk. The safest configuration for your existing hardware and goal is therefore to block IPv6 rather than attempt to tunnel it". But this then causes a conflict with the Configurator generated .opvn file causing the vpn not to load. Maybe because no one selects ip4 only in the Configurator any more?! Is this AI security claim false and should I just include ip6 in both Merlin and the Configurator?
  17. @ClodoHow many are working on the "active development" of Eddie? When problems float in how many are there to help you "fix-it" only you?
  18. Hello everyone, Before posting, i've checked different topics on the same issue (Here, here, here, here), but I didn't find any solution. Before, I was on Win11 with the AirVPN app, and port forwarding was working. I switchted my mini server on Proxmox, and put qbittorrent behind gluetun. It works in a way, as I can download and upload, even if the DHT number is half what it was on Win11. But the main issue is that I'm struggling accessing my qbittorrent Web UI from outside. On the AirVPN port forwarding admin, when I test open my 2 ports (one for download, one for the web ui), I have connection timeout. Port 37596 is for download. Port 30306 is for Web UI. Here is my docker compose : services: gluetun: image: qmcgaw/gluetun container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun volumes: - /opt/docker/config/gluetun:/gluetun ports: - 37596:37596/tcp - 37596:37596/udp - 30306:30306 environment: - VPN_SERVICE_PROVIDER=airvpn - VPN_TYPE=wireguard - WIREGUARD_PRIVATE_KEY=*** - WIREGUARD_PRESHARED_KEY=*** - WIREGUARD_ADDRESSES=***/32 - WIREGUARD_IMPLEMENTATION=userspace - WIREGUARD_MTU=1320 - WIREGUARD_PORT=1637 - SERVER_COUNTRIES=Netherlands - PORT_FORWARDED=37596,30306 - FIREWALL_OUTBOUND_SUBNETS=192.168.1.0/24 - FIREWALL_INPUT_PORTS=30306,37596 - VPN_PORT_FORWARDING_LISTENING_PORTS=30306,37596 - DNS_UPSTREAM_RESOLVER_TYPE=plain - DNS_UPSTREAM_PLAIN_ADDRESSES=***:53 - UPDATER_PERIOD=24h healthcheck: test: ["NONE"] restart: always qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent network_mode: "service:gluetun" environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris - WEBUI_PORT=30306 - TORRENTING_PORT=37596 volumes: - /opt/docker/config/qbittorrent/qBittorrent:/config - /mnt/pve/NAS:/NAS restart: always If someone has an idea, it would be delightful Thank you :)
  19. Seems to have corrected my issue "VPN Network Adapter Not found"
  20. I did the update to 2.27.1, changed the firewalld.conf to NftablesTableOwner=no - unfortunately the issue is still there. Dont know if its relevant, but until 2.26.2 Fedora 44 and Eddie worked fine together for me, and even with deactivated network lock (Ensure in session is off) Eddie is unable to connect.
  21. Hi I am moving from another vpn, I have got a 3 day sub to try out. I have on a linux mint v22 box and have got sorted with the software i run and its all ok. However once confirmed working i now want to set the vpn so it starts up when the box is cold booted or rebooted. (doesnt happen often but nice to set and forget) I have read a faq's for airvpn, eddie ui and looked at all the menus in config and thought it looks like just "connect at startup" and "dont ask elevation on every run" need to be ticked. When i do a cold boot or a reboot Air VPN doesn't load at all, so my other 2 softwares load and pick up my real ip, so i have to close them down manually start airvpn then my apps. What have i missed ? Thanks in advance of any help.
  22. Seem happen only on WIFI. We hope it's fixed in 2.27.1 here: https://airvpn.org/forums/topic/81340-eddie-desktop-edition-227-beta-released/ The lastest version don't need the "Force all network interfaces" on. Thanks for the report
  23. We hope it's fixed in 2.27.1 here: https://airvpn.org/forums/topic/81340-eddie-desktop-edition-227-beta-released/ Thanks for the report
  24. We hope it's fixed in 2.27.1 here: https://airvpn.org/forums/topic/81340-eddie-desktop-edition-227-beta-released/ Otherwise open a ticket, thanks
  25. Unfortunately, there isn't much we can do on our side. The default firewalld configuration in Fedora 44 is incompatible with Eddie's Network Lock. Update to 2.27.1 here: https://airvpn.org/forums/topic/81340-eddie-desktop-edition-227-beta-released/ You can find information on how to resolve the issue here: https://eddie.website/support/linux-network-lock-unavailable-nft-owner/
  26. Hello! We are glad to announce that Eddie 2.27.1 beta has been released and is now available for public testing. This release mainly focuses on fixing several issues reported by some users in the stable 2.26.2 release. We hope to promote 2.27.1 to stable soon, once we have confirmation that these issues have been resolved. To test it: Go to the download page for your operating system. Click “Switch to EXPERIMENTAL”. Download and install Eddie 2.26.0 beta. Eddie 2.27.1 beta is available for Windows, Linux, and macOS. We are also continuing the larger work of modernizing Eddie Desktop, also with a new modern UI. We know that many requested features are still waiting, including dark mode, split tunneling, Amnezia support, and more. They are not forgotten. For this release, the focus was on fixes and updates that needed to reach users first. Thank you for testing, and as always for your support. Main changelog: Version 2.27.0 (Tue, 01 Sep 2026 13:00:44 +0000) [fix] [linux] Create service unit on systemd in some circumstances [fix] [windows] Use tap-windows6 when ovpn-dco cannot offload cipher [fix] [windows] SSH key permissions applied by SID [change] [all] SSH stops with error if key file is unreadable [fix] [windows] DNS leak: auto DNS covers all physical adapters [fix] [windows] Adapter install fail: match by creation id, not name [change] [windows] Log tapctl details on adapter creation failure [change] [linux] Arch Linux PKGBUILD improvements [change] [all] Removed legacy TCP transport of the elevated helper [fix] [all] Misc fixes and cleanup Version 2.27.1 (Thu, 03 Sep 2026 11:00:44 +0000) [change] [all] Updated OpenVPN to 2.7.6 [fix] [windows] DNS Lock regression [change] [windows] DNS Lock applied even without DNS from the VPN [change] [linux] Network Lock refused if nftables tables owned [fix] [linux] Elevated finds sbin tools under cron PATH Kind regards & datalove AirVPN Staff
  1. Load more activity
×
×
  • Create New...