AceStream is a P2P (peer-to-peer) streaming platform that uses BitTorrent technology to deliver live video. To watch, you need two things: the AceStream software (engine + player) and a Content ID (a 40-character hash) that identifies the specific live stream you want to watch.
STATUS DISCLAIMER โ SEPTEMBER 2026
Platform Status: FULLY WORKING
Last Verified: 9 September 2026
Important Note: AceStream does not host any content itselfโit is a neutral P2P technology that enables users to share video streams directly. The Content IDs (stream links) must be found through third-party sources, and their availability varies by the minute.
Privacy Warning: Because AceStream uses P2P technology like BitTorrent, your real IP address is exposed to every other user in the swarm. A VPN is MANDATORY for privacy and security.
Platform Note: AceStream works on Windows, Android, Linux, and macOS (via Docker). There is no native iOS version.
If AceStream links are not working, try: SopCast (alternative P2P streaming), IPTV services, or Kodi sports addons like The Crew or Mad Titan Sports.
What Is AceStream?

AceStream is a P2P streaming protocol built on the BitTorrent framework. Unlike traditional streaming (where a central server sends video to you), AceStream works like BitTorrent: the more people watch a stream, the faster and more stable it becomes.
Who is this guide for?
- Sports fans who want to watch live football, F1, NBA, UFC, and more
- Cord-cutters looking for free access to international TV channels
- Tech-savvy users comfortable with P2P technology
- Home lab enthusiasts who want to self-host AceStream proxies
- Firestick / Android TV users looking for high-quality live sports
Key Value Proposition:
- High-quality streams โ frequently 1080p, occasionally higher depending on the source
- No central server โ streams improve with more viewers
- Free โ no subscriptions or registration required
- Wide content โ live sports, TV channels, events
Quick-Reference (September 2026)
For experienced usersโskip the reading and start streaming now.
| Item | Details |
|---|---|
| Official Website | acestream.org |
| Official Download (Windows) | Ace Stream Media Center + Ace Player (bundled) |
| Official Download (Android) | Ace Stream Engine (Google Play / trusted APK) |
| macOS Solution | Docker + acestream-http-proxy (recommended) or Ace Link |
| Linux Solution | Docker + acestream-http-proxy or Flatpak |
| Best Docker Image (2026) | ghcr.io/martinbjeldbak/acestream-http-proxy |
| Docker Quick Start | docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy |
| Default HTTP Port | 6878 |
| VLC Stream URL (HLS) | http://127.0.0.1:6878/ace/manifest.m3u8?id=CONTENT_ID |
| VLC Stream URL (MPEG-TS) | http://127.0.0.1:6878/ace/getstream?id=CONTENT_ID |
| Best Link Search | acestreamsearch.net + acestreamid.com |
| Alternative Search | search-ace.stream |
| Current Status | Working |
| Last Verified | 9 September 2026 |
Working AceStream Content IDs (Updated 9 September 2026)
Important: Content IDs die quickly. The examples below were active at the time of testing. Always search for fresh IDs using the sources listed later in this guide.
| Channel / Event | Content ID |
|---|---|
| beIN Sports example | bba1905fcd1c4975aec544047bf8e4cd23ce3fe0 |
| Premier / Sky Sports F1 style | Search live on acestreamid.com or acestreamsearch.net |
| DAZN / Movistar examples | Check current listings (IDs change constantly) |
Always verify an ID is live before relying on it. Paste the 40-character hash into Ace Player or the VLC URL format shown above.
AceStream Status Report & Testing Log
| Metric | Status (Sept 2026) |
|---|---|
| Official Software | Active (Ace Stream Engine 3.2.x) |
| Windows Support | Fully supported |
| Android Support | Fully supported (Play Store + APK) |
| Linux Support | Via Docker (recommended) / Flatpak |
| macOS Support | Via Docker or Ace Link (no native app) |
| iOS Support | No native support |
| Stream Quality | Frequently 1080p (source-dependent) |
| VPN Requirement | MANDATORY โ P2P exposes your IP |
| Content Availability | Varies โ depends on active streams |
| Community Activity | Active (Telegram, GitHub, search sites) |
How to Install AceStream (By Platform)
Windows Installation

- Download the official installer from acestream.org.
- Run the installer โ it will install both:
- Ace Stream Media Center โ the background engine/server
- Ace Player โ a VLC-based player with AceStream support
Pro Tip: You can also use the Media Center to stream to an external VLC player for better performance.
Android Installation
- Preferred: Search โAce Stream Engineโ or โAce Streamโ on the Google Play Store.

- If unavailable in your region or you prefer the latest build, download the official APK from the official AceStream site.

Install and open Ace Stream Engine.
Once the engine is running, you can click AceStream links from websites or paste a Content ID directly into the app.
Note: The Play Store version can be aggressive with ads. Many users prefer the clean engine APK + external player (VLC / MX Player).
Firestick / Android TV Installation
Before you begin, check your device’s operating system.
Newer Fire TV models (Fire TV Stick 4K Select โ Oct 2025, Fire TV Stick HD โ Apr 2026) run Vega OS, which does NOT support sideloading.
To check your OS:
- Go to Settings โ My Fire TV โ About
- Look at the operating system version:
- Fire OS 7 or 8 โ You can sideload โ proceed with this guide
- Vega OS โ Sideloading is NOT possible
If you have Vega OS: Consider switching to an Android TV device (like Onn 4K Plus, NVIDIA Shield, or Chromecast with Google TV) for sideloading support.
- Enable Apps from Unknown Sources / Developer Options if needed.
- Use the Downloader app to fetch the latest Ace Stream Engine APK.
- Install the engine, then install a good player (VLC for Fire TV or similar).
- Start the engine, then open network streams in VLC using the HLS or MPEG-TS URL format.
- Alternatively, use Kodi + Horus or sports addons that support external AceStream playback.
For a complete Firestick setup, see our dedicated guides on installing Kodi on Firestick and best Android TV launchers.
macOS Installation (No Native App)
AceStream does not have a native macOS application. The recommended method in 2026 is Docker.
Recommended: Docker + acestream-http-proxy
- Install Docker Desktop for macOS.
- Open Terminal and run:
docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
- Open VLC or IINA.
- Go to File โ Open Network.
- Enter:
http://127.0.0.1:6878/ace/manifest.m3u8?id=YOUR_CONTENT_ID
Alternative: Ace Link (menubar app that uses Docker under the hood) is also popular among macOS users.
Linux Installation
Option A: Docker (Easiest & Recommended)
docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
Then use VLC with: http://127.0.0.1:6878/ace/getstream?id=CONTENT_ID
Option B: Flatpak
flatpak install flathub org.acestream.Engine
Where to Find AceStream Content IDs (Working Sources โ Sept 2026)
Finding working Content IDs is the most important skill. Here are the currently active sources:
Web-Based Search Engines & Directories
| Source | URL | Notes |
|---|---|---|
| Acestreamsearch | acestreamsearch.net | Most reliable search engine |
| AceStreamID | acestreamid.com | Excellent live channel listings |
| Search ACE | search-ace.stream | M3U playlist downloads |
Telegram Channels & Bots
Search Telegram for โacestreamโ, โacestream listโ, or sports-specific channels. Spain and some other countries actively block many of these, so a VPN is essential.
GitHub Resources & Self-Hosted Tools
| Tool | GitHub / Link | Function |
|---|---|---|
| acestream-http-proxy | martinbjeldbak/acestream-http-proxy | Best maintained Docker solution |
| acestream-scraper | Various community scrapers | Generate M3U playlists |
| AceReStreamer | Community projects | Re-stream via HLS |
How to Watch AceStream Channels (Step-by-Step)
Method 1: Using Ace Player (Windows)
- Launch Ace Player.
- Go to Media โ Open Ace Stream Content ID.
- Paste your Content ID and click Play.
Method 2: Using Ace Stream Engine + VLC (All Platforms)
- Start Ace Stream Engine (or Docker container).
- Open VLC โ Media โ Open Network Stream.
- Enter:
HLS:http://127.0.0.1:6878/ace/manifest.m3u8?id=CONTENT_ID
MPEG-TS:http://127.0.0.1:6878/ace/getstream?id=CONTENT_ID - Click Play.
Method 3: Using Docker + VLC (macOS / Linux)
Use the Docker command shown in the installation section, then the same VLC network URLs.
Method 4: Using Kodi (with Horus or sports addons)
- Install the Horus addon in Kodi.
- Enable External Player.
- When an AceStream channel fails inside Kodi, choose to play it externally in Ace Player or VLC.
Recommended Kodi sports addons with AceStream support: JT Sports, Nada Que Ver, and others listed in our Kodi sports addons guide.
AceStream vs IPTV vs Kodi Sports Addons (2026 Comparison)
| Feature | AceStream | IPTV | Kodi Sports Addons |
|---|---|---|---|
| Technology | P2P (BitTorrent-based) | Centralized servers | Mixed (often P2P + scrape) |
| Performance | Improves with more viewers | Depends on server capacity | Variable |
| Best For | Live major sports events | 24/7 channels | All-in-one media center |
| Cost | Free | Often paid | Free (addons) |
| Privacy Risk | High (VPN mandatory) | Medium | Medium |
| Ease of Use | Medium | Easy | Easy once set up |
How to Fix Common AceStream Errors
“No active peers” or “No sources found”
Solution: No one is currently broadcasting that Content ID. Try a different ID, wait a few minutes, or check if the event has started. Use acestreamsearch.net or acestreamid.com for fresh links.
AceStream Engine won’t start (Windows)
Solution: Allow through Windows Firewall, run as Administrator, reinstall from acestream.org, or check if port 6878 is already in use.
“Failed to parse Content ID”
Solution: The ID must be exactly 40 hexadecimal characters. Double-check for typos or incomplete copy-paste.
Buffering or poor quality
Solution: Wait for more peers, use wired Ethernet, ensure 10+ Mbps, try a lower-quality alternative ID, or enable UDP where possible.
“Connection refused” on port 6878
Solution: Confirm the engine or Docker container is running. Try localhost vs 127.0.0.1. For remote access set ALLOW_REMOTE_ACCESS=yes.
Kodi AceStream channels not playing
Solution: Install Horus, enable External Player, or configure playercorefactory.xml to hand off to Ace Player / VLC.
Frequently Asked Questions (FAQ)
What is a Content ID?
A 40-character hexadecimal string that uniquely identifies an AceStream broadcast (similar to a BitTorrent magnet link for live streams).
Is AceStream legal?
AceStream itself is neutral P2P technology and is legal. The content streamed through it may be copyrighted. Users are responsible for complying with local laws.
Do I need a VPN for AceStream?
Yes โ absolutely. Your real IP is exposed to every peer. Use a VPN with a kill switch. See our best VPN providers guide.
Can I watch AceStream on Firestick?
Yes. Install Ace Stream Engine via Downloader + a player (VLC), or use Kodi with external player support.
Why can’t I find good links on Reddit anymore?
Most sports-stream subreddits have been restricted or banned. Telegram and dedicated search sites (acestreamsearch.net, acestreamid.com) are now the primary sources.
Whatโs the difference between AceStream and IPTV?
AceStream is pure P2P (improves with more viewers). IPTV is centralized server-based. See the comparison table above.
Advanced: Self-Hosted AceStream Tools
For power users, the most reliable 2026 solution is the actively maintained Docker image:
docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
Community scrapers and re-streamers exist on GitHub for generating M3U playlists and integrating with Stremio or IPTV clients such as TiviMate.
Safety, Legal & E-E-A-T Disclaimers
What AceStream Is vs. What It Isn’t
| AceStream IS | AceStream IS NOT |
|---|---|
| A neutral P2P streaming protocol | A content provider |
| Open technology based on BitTorrent | A source of illegal content |
| A tool for sharing video streams | Responsible for what users stream |
Privacy & Security Recommendations
- USE A VPN โ This is not optional. See our best VPN providers guide (Surfshark, NordVPN, ExpressVPN all work well).
- Download only from official sources or highly trusted mirrors.
- Enable your VPN kill switch.
- Know your local laws regarding streaming copyrighted content.
Disclaimer: This guide is for educational and informational purposes only. Simturax does not condone copyright infringement. Users should only access content they have the legal right to view.
AceStream remains one of the most powerful free methods for watching live sports and events in 2026 thanks to its peer-to-peer architecture. Streams improve as more people join.
To get started right now:
- Download AceStream from acestream.org (or use the Docker image for macOS/Linux).
- Enable your VPN before doing anything else.
- Find fresh Content IDs on acestreamsearch.net or acestreamid.com.
- Paste and play in Ace Player or VLC.
For a more polished all-in-one experience, also explore our Kodi sports addons and Stremio guides.
Remember: AceStream is a tool. Use it responsibly, respect copyright laws, and always protect your privacy with a VPN.
Happy streaming!
This guide was written byย Simturaxย โ a technology and streaming media specialist with over 10 years of experience covering Kodi, Firestick, Android TV, and IPTV. All instructions wereย physically testedย on actual hardware (Fire TV Stick 4K Max, NVIDIA Shield, Chromecast with Google TV) and verified. We prioritizeย accuracy, transparency, and user safetyย above all else.