All Activity
This stream auto-updates
- Past hour
-
- Yesterday
-
-
-
-
-
-
-
-
-
-
Yes, there is a Wireguard setting. See the picture.
-
-
-
Eddie Android does not work in the work profile.
Staff replied to justi's topic in Eddie - AirVPN Client
Hello! Yes, 4.1.0 preview is available, but <c> tag for I parameters is still included. However, after having considered that <c> was documented a year ago but it is still (at the time of this writing) unsupported, it was decided that <c> will be not used on the next Eddie Android edition 4.1.0 beta 2. Please see here: https://airvpn.org/forums/topic/80787-eddie-android-edition-410-preview-available/ Kind regards -
Eddie Android does not work in the work profile.
justi replied to justi's topic in Eddie - AirVPN Client
There is no 4.1.0 for Android, as far as I can see? I have 4.0.1, and that is the version that is giving the error. Is there a preview version for Android? I could not find it anywhere. -
Hello! Eddie does use the <c> tag, only for complete QUIC mimicry of a few real web sites. However, this issue exists and is still open: https://github.com/amnezia-vpn/amneziawg-go/issues/120 Eddie used <c> in some signatures because it was documented. If it remains unimplemented, we can remove it from the next Eddie version. In the meantime you can simply delete it when you need the profile in AmneziaWG native software (by editing the configuration file with any text editor) or use only those signatures which don't include <c> tag (there are many in Eddie Android edition's CPS database). Kind regards
-
Eddie Android does not work in the work profile.
Staff replied to justi's topic in Eddie - AirVPN Client
@justi Hello! This is exactly a specific Go-related problem triggered by Eddie that must be resolved by Eddie 4.1.0, can you please test the preview version if possible and report back at your convenience? https://airvpn.org/forums/topic/80641-eddie-desktop-edition-226-beta-released/ Kind regards -
-
Hello, Since a few months I get very slow speed when downloading files from a browser (Waterfox) or with Bittorrent. Without VPN, the speed is: download 926.98 Mbps, upload 928.36 Mbps. As a test, I downloaded a 6GB file with AirVPN: the speed starts around 5MB/s but quickly decline to 1MB/s (see video). I tested the same download with ProtonVPN and I get a steady 18MB/s. I also did some tests with Speedtest: AirVPN, France -> Maasym, Alblasserdam, NL: Download speed 127.97 Mbps, Upload speed 128.50 Mbps (128/8 should give me around 16MB/s). Proton, France -> France: Download speed 156.46 Mbps; Upload speed 452.43 Mbps. I'm on Mac silicon under Tahoe with RAM and room. Any idea what could cause this problem? Cheers. [Edit] I added a log. Stall.mp4 Eddie log.txt
-
-
Hello everyone, I built Gluetun Companion, a self-hosted web dashboard for people running VPN through Gluetun in Docker/homelab setups (UNRAiD friendly), with dedicated AirVPN options. Its purpose is to make choosing and maintaining VPN servers less manual. It benchmarks configured servers through the VPN tunnel, keeps a history of throughput, latency, jitter, packet loss and DNS latency, then helps select or rotate to the most suitable server. It also includes: - AirVPN server catalogue and live load information, - WireGuard and OpenVPN profile support, - server exclusions, including country exclusions, - automatic switching and rotation pools, - port-forward inventory and optional qBittorrent / rTorrent port synchronization, - tracker reachability checks through the VPN, - Prometheus metrics, Grafana dashboard, and Discord/Apprise notifications. It is still beta software. I use and test it primarily with AirVPN over WireGuard, so feedbacks would be very welcome. Project and installation instructions: https://github.com/Aerya/Gluetun-Companion UNRAiD template: https://ca.unraid.net/apps/gluetun-companion-0uhgrhz0byhtpv A few screenshots are attached below. Thanks! A.
-
- Last week
-
Thank you. It no longer throws the error. So at least we're headed in the right direction. Also, I'm now seeing all 48 US servers. However, I can't connect to any server either by selecting a specific server or "Connect to a recommended server". It just rapidly attempts to connect, check authorization, disconnect, and cycles to the next server, repeating indefinitely. I see that. Excellent! But where do I select Wireguard protocol? It's no longer shown in Protocols. Only OpenVPN. FYI I did run rm ~/.config/eddie/* in Terminal and it made no difference. https://eddie.website/report/71231bcd/
-
Stalinium started following Eddie Android does not work in the work profile. and News: Hacker caught thanks to Windows fingerprint ID ...
-
https://www.techspot.com/news/113005-one-windows-most-hated-features-helped-catch-19.html The underlined part means Microsoft knows EXACTLY how many of you use activators and other unlockers for extended security updates. There's this reasonable comment by brucek I agree with. Or should I not?
-
I would like to bump and confirm my previous post here. This config still works if the server IP is not banned. It may not work depending on ISP, for example some mobile operators. Anyway you should be using actual modern AmneziaWG settings for better obfuscation now that AirVPN supports it. The above setting is a last resort solution to use with AmneziaWG-compatible client and an upstream aka standard Wireguard server.
-
-
-
Eddie Android does not work in the work profile.
Stalinium replied to justi's topic in Eddie - AirVPN Client
I know it worked on Android 11 in the work profile (different manufacturer) and it works on Android 15, Samsung in the work profile and private folder. The automatic closing is a crash that I experience on Android 15. Don't click the big auto-connect button, instead go to individual servers, select to connect to one from there. -
-
-
-
-
DeGoogle Me Please! Search Engine URL Help Needed!
Balkeyalasa replied to scooby0786's topic in Off-Topic
I tweaked the region in the bookmarklet to uk-uk and it works much better for me. The results feel different, but I am getting used to them. Thanks for the help. -
Hi, we updated (without changing 2.26.2 version) only the pre-Catalina x64 build with a -i hope- small fix, please redownload and test if continue to throw this NetworkInformation error. About MTU, there is an option in Preferences > WireGuard to revert to default WireGuard MTU, please try that.
-
Hello! We're very glad to announce the Eddie Android edition 4.1.0 preview is available Eddie Android edition 4.1.0 development focuses exclusively on improving stability by introducing a new custom AirVPN library that combines wg-go and amneziawg-go into a single runtime. This architectural change addresses a fundamental constraint of the Go runtime. Go was designed with the assumption that only one runtime instance exists per process and does not support multiple independent runtimes within the same process. Consequently, the runtime assumes exclusive ownership of global resources such as the heap, scheduler, stack management, and other core runtime components. The current production version had been linked against two separate Go-based libraries since support for Amnezia WireGuard was introduced. Despite the precautions implemented, on a small subset of devices, this configuration still resulted in crashes during approximately 1% to 5% of application launches. Analysis showed that all such crashes originated from Go runtime components, most notably the garbage collector. By consolidating both libraries into a single Go runtime, Eddie Android Edition 4.1.0 is expected to eliminate these crashes across all supported devices. Eddie Android Edition 4.1.0 also includes updated libraries and dependencies. Please refer to the changelog below for additional details. Download link, checksum and changelog https://eddie.website/repository/Android/4.1.0-Beta1/EddieAndroid-4.1.0-beta-1.apk This is a build debug package and side load is mandatory. If you decide to test, please report at your convenience any bug and problem in this thread. If possible generate a report from the app in a matter of seconds: by tapping the paper plane icon on the Log view bar rightmost side you will generate a full system report which will include both log and logcat and have it sent to our servers. Then you just need to send us the link the app shows you (open a ticket if you prefer to do it in private). $ sha256sum EddieAndroid-4.1.0-beta-1.apk 29aa7e43126a07c03581ab6249e3e23712257c6bb6d37049ebda31148254b162 EddieAndroid-4.1.0-beta-1.apk Changelog 4.1.0 beta 1 (VC 39) - Release date: 14 July 2026 by ProMIND Native Library [ProMIND] updated to OpenVPN-AirVPN 3.12 (20260714) [ProMIND] updated to OpenSSL version 3.6.3 [ProMIND] Updated to version 4.1.0, API 11 [ProMIND] Removed library libwg-go dependecy [ProMIND] Removed library libamneziawg-go dependency [ProMIND] Introduced library libeddiewg. Custom AirVPN Go library combining wg-go and amneziawg-go [ProMIND] api.h, api.cpp: added functions eddiewgLibraryName, eddiewgLibraryQualifiedName, eddiewgLibraryVersion and eddiewgLibraryReleaseDate, implementing the corresponding calls to libeddiewg, both C and JNI EddieApplication.java [ProMIND] onCreate(): call eddiewgLibraryQualifiedName and log output EddieLibrary.java [ProMIND] Added definitions for native library calls eddiewgLibraryName, eddiewgLibraryQualifiedName, eddiewgLibraryVersion and eddiewgLibraryReleaseDate Kind regards & datalove AirVPN Staff
-
-
Cloudflare - Can't access sites that use Cloudflare
moejoe replied to janerikm's topic in Blocked websites warning
same here on some servers, but i have more luck with sweden and norway servers and also activate an blocking list. ur url works on mine android with firefox, sweden copernicus sever , wireguard udp , gps spoofing, and activate first dns block list. regards -
-
Sounds dope! I would also really appreciate it!
-
-
Eddie Android does not work in the work profile.
justi replied to justi's topic in Eddie - AirVPN Client
WG-Tunnel, from F-Droid, is also having the same problem. So this is probably not something AirVPN related. God damn it. EDIT1: Mullvad works though... EDIT2: Rethink, on F-Droid, also works. I managed to run AirVPN wireguard there. -
I have an Android phone on which I have Eddie installed. I also have a work profile. Eddie does not work in the work profile.It works in the normal profile. In the work profile, however, when I open it, it immediately closes. And If I do it several times, I get the message: "Eddie - AirVPn GUI keeps stopping... Send bug report to Mi for analysis? bla bla". However, if I click on "View summary" or "Report", nothing happens. I am pretty sure it worked a few days ago, but nothing changed and now it does not work. I have cleared storage/cache and uninstalled/re-installed.Installed from google play store. I am using Android 13. Xiaomi HyperOS.
-
When running Eddie on Fedora 43, or any other Fedora, the icon at the bottom of the screen appears as: why isn't it like: Thanks
-
-
-
For the last days I haven't been able to visit sites protected by the Cloudflare captcha like e.g. https://www.discogs.com Infinite loop with "Verify You Are Human". Without AirVPN there are no problem. It is also no problem to access those sites with the free VPNs included with Firefox and Vivaldi. I'm using Gemini and I also tested on Cepheus and it is the same problem on both servers. Until maybe 5 days ago it was working fine.
-
-
Mac Mojave, here's what I get: This same thing has been going on with everything after 2.23.1, but even that is unusable because it fixes MTU in Wireguard protocol to 1320 (making YouTube unplayable). The only thing usable is 2.21.8 since it doesn't fix MTU at all. But recently I'll have to amend "usable" to "barely usable" since as of 3 weeks ago I'm down from showing 48 US servers to 30; and then last week it dropped to 25 US servers. I can only assume if the trend continues I'll soon be down to just a few servers. With each new Eddie release I keep crossing my fingers that the developers will address these issues for pre-Catalina Mac users.
-
-
-
-
-
spinmaster reacted to a post in a topic:
Software bug/UI anomaly in Eddie client server rating system ...
-
-
I like Ribbit from The Amazing Digital Circus Also Le Frog from Flushed Away French assassins are a good archetype
-
ANSWERED gluetun/openvpn previously working now won't connect
nethole replied to nethole's topic in Troubleshooting and Problems
I can occasionally get a successful connection with gluetun, (3.41.0 specifically, which uses openvpn 2.6), however, the behavior of gluetun to merge servers into the servers.json is making it difficult to reliably connect. As part of the debugging process, I realized my original situation was not getting updated servers file, as I hadn't kept it on long enough (14 days, I believe was the default refresh window. I turned it on and off daily). A separate testing machine originally had openvpn 2.5. I've updated it to openvpn 2.7. Various versions of gluetun from 3.40 to 3.41.0, and 3.41.1 had variations in their behavior of which version of openvpn (2.5/2.6) to use. I am now intimately familiar with the issues over the past six months from https://github.com/passteque/gluetun/issues They also had different behavior in how they performed ipv6 testing. This adds to the confusion because it would often pick server host that was ipv6 based, even though ipv6 was turned off on the platform running docker', or turned off in docker itself. Seems somewhere there was a ipv6 route lying around, that it would then decided that it was acceptable to try to add an ipv6 route, and then would fail. Add to this confusion 'mistakes' that get made in testing, and recording of tests, trying to narrow down problems and find solutions. Side Quests include backing out changes to use macvlan for additional IP addresses on a single physical host with a docker container, as well as backing out changes to wireguard on local router, which don't completely change router routing behavior until the router is rebooted. I'm going to suggest that contrary to the statement made by Staff two posts above, airvpn moving to OpenVPN 2.7 with DCO DOES IN FACT break compatibility with at least some openvpn 2.5 clients [my version of gluetun being one of them]. Since gluetun:latest is really a 'development state' instead of a stable state, it means its impossible to specifcally identify the total number of versions of gluetun that are actually out there, so regression testing made by airvpn may not have discovered there was a problem. Simply looking through the revisions that have occurred between v3.40.0 and 3.41.0, and 3.41.1 dealing just with ipv6 behavior due to the change in alpine base image that semi-recently occur will support this idea. ugh... Fortunately, my desktop clients (that all have IPV6) have all been able to still connect (generally) with the .opvn details that I generated for them several years ago. Unfortunately, it means I don't think I have a reliable way to have my gluetun container connect on a daily basis anymore without daily manual intervention (stop/restart/wash/rinse/repeat/wipe-hands-on-pants) Switching to wireguard is not desirable, as it would change the 'Not-so-deep' packet inspection to indicate that a large quantity of traffic from me was UDP VPN, as opposed to now, it looks like boring webtraffic TCP443. I think the problems now are 'gluetun' related, and no longer airvpn specific. I'm going to have to do more experiments to see how I can maintain a servers.json file with just the servers that function with the particular version of gluetun I have (or will have) installed. That's going to be tedious. If I can get over my desire to not use ipv6, I can reduce the frequency of gluetun startup failure. (unless there is a new feature to force it to only connect to ipv4 VPN hosts) I still don't know how to keep the server.json file from getting polluted with 2.7 server machines that do not work with the versions of gluetun. (likely newer versions of gluetun will get updated versions of openvpn or corrections so that they do function with the 2.7 servers that airvpn is running, but today is not that day) -
I'm reporting a bug and a workaround that I found. I run eddie-ui with network lock enabled, then disconnect and disable network lock, and then close the eddie client. With Eddie-ui not running, and my vpn disconnected\ The Steam client cannot access the Steam store, discussions, or Steam community pages. I can access these pages through my browser. Restart the Eddie client and connect to the vpn servers. I can access the Steam store through the Steam client. My Eddie log is attached The fix that I found was: Start the eddie client disable the network lock kill the eddie client ps aux | grep eddie kill -9 [The PID number] eddie.log
