Get Your Free IPTV Trial

Trial Form

Try XtreamCube with a free IPTV trial before you decide anything. The trial runs the real service on your own screen and your own connection, so what you judge is what you would get. No payment details are asked at any point, and nothing renews on its own.

Looking for the right IPTV app for your device? XtreamCube works on Smart TVs, Android boxes, Firestick, Apple TV, MAG devices and computers. Tell our support which device you use and an agent will point you to a player that suits it, and walk you through the setup. Your channel list can be shaped to what you actually watch, at no extra cost.

IPTV Apps

Recommended IPTV Applications by Device Type

Note: You’re free to use any IPTV app you like; this layout simply highlights the most popular, highly rated apps available worldwide right now.

BREATH-TAKING CARD GRID: DARK MODE + TURQUOISE ACCENT ------------------------------------------------------ */ :root { --bg-card: #222222; --bg-card-hover: #2e2e2e; --border-accent: #00d9ff; --text-light: #e0e0e0; --text-white: #ffffff; --shadow-color: rgba(0, 0, 0, 0.7); } .iptv-cards-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin: 30px auto; max-width: 1200px; padding: 0 20px; } .iptv-card { background-color: var(--bg-card); border-left: 5px solid var(--border-accent); border-radius: 8px; box-shadow: 0 4px 12px var(--shadow-color); color: var(--text-light); display: flex; flex-direction: column; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease; } .iptv-card:hover { transform: scale(1.02); background-color: var(--bg-card-hover); box-shadow: 0 8px 20px var(--shadow-color); } .iptv-card h3 { margin: 0; padding: 16px 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 700; color: var(--text-white); background: linear-gradient(90deg, rgba(0,217,255,0.2), rgba(0,217,255,0)); } .iptv-section { padding: 12px 20px 20px 20px; } .iptv-section .section-title { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: var(--border-accent); font-weight: 600; margin-bottom: 6px; letter-spacing: 0.5px; text-transform: uppercase; } .iptv-section .section-content { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; color: var(--text-light); margin: 0 0 12px 0; } /* Decorative diagonal stripe at the bottom of each card */ .iptv-card::after { content: ""; display: block; width: 100%; height: 6px; background: linear-gradient(135deg, var(--border-accent) 30%, transparent 30%); transform: translateY(-2px); }
<!-- Android / Android TV / Firestick -->

Android / Android TV / Firestick

Recommended Apps
• Bob Player (7‑day trial)
• IBO Player (7‑day trial)
• TiviMate
• Perfect Player
• IPTV Extreme
• 9Xtream
Advantages
• Intuitive interface
• Highly customizable layouts
• Smooth playback performance
Connection Methods
• Xtream Codes
• M3U

Smart TV (Samsung / LG)

Recommended Apps
• Bob Player (7‑day trial)
• IBO Player (7‑day trial)
• SetIPTV
• NetIPTV
• Smart IPTV
• Ego Player
Advantages
• Native Tizen/webOS support
• Easy, responsive navigation
Connection Methods
• MAC Address
• M3U

iOS (iPhone / iPad)

Recommended Apps
• UHF
• GSE Smart IPTV
• IPTV Extreme
• 9Xtream
Advantages
• Sleek, Apple‑style UI
• AirPlay & Picture‑in‑Picture support
Connection Methods
• Xtream Codes
• M3U
<!-- Apple TV -->

Apple TV

Recommended Apps
• Bob Player (7‑day trial)
• IBO Player (7‑day trial)
• UHF
• 9Xtream
Advantages
• Optimized for tvOS
• Siri & Remote integration
Connection Methods
• Xtream Codes
• M3U

Windows

Recommended Apps
• Bob Player (7‑day trial)
• IBO Player (7‑day trial)
• Expert IPTV
• MyIPTV Player
• IPTV Smarters
Advantages
• Full‑HD & 4K support
• Custom EPG & Subtitle integration
Connection Methods
• Xtream Codes
• M3U

Mac

Recommended Apps
• UHF
• GSE Smart IPTV
Advantages
• macOS native UI
• Continuity & AirPlay support
Connection Methods
• Xtream Codes
• M3U

MAG Devices

Recommended Apps
• Native MAG interface (no installation)
• Use portal URL/MAC address
Advantages
• Rock‑solid stability
• Instant channel loading
Connection Methods
• MAC Address
• Xtream Codes

Enigma2 (Receivers)

Recommended Apps
• Xtream Editor
• Jedi Maker Xtream
Advantages
• Highly configurable plugins
• Low‑latency streaming
Connection Methods
• Xtream Codes

Linux

Recommended Apps
• Kodi
• IPTV Extreme (via emulator)
Advantages
• Supports all major IPTV formats
Connection Methods
• Xtream Codes
• M3U

Planning to Use Multiple Devices?

You can use this account on all devices that support IPTV. However, please note that only one device can be connected at a time per account. Make sure to close the app on the first device before switching to the second one to ensure an optimal connection on each device.

We recommend testing the service on all your devices before renewing your subscription.

If you plan to use multiple devices, we advise you to contact us before purchasing to receive an additional test account.

One Test Account Per User

We offer one test account per user, which expires after 24 hours. If this period is not sufficient, please contact us so we can send you a new test account before proceeding with the renewal, ensuring you are satisfied with our service. Please note that we cannot renew a test account for another 24‑hour period; that’s why we will send you a new test account.

Multi‑Device

If you plan to use multiple devices, simply change the quantity during checkout to receive a 15 % discount. We will renew all your accounts with us. If you have one account and purchase multiple devices, we will renew the first account and send you additional logins for the other accounts. Each account will have different credentials (username and password), so you can enjoy all your accounts on all your devices.

/* ========================================================================== 1. SECTION FULL‑BLEED TRANSPARENT ========================================================================== */ .multi-device-section-fullwidth { /* Remove any built‑in background so the site’s background is visible */ background: transparent; /* Ensure this section spans the entire viewport width */ margin: 0; padding-top: 60px; padding-bottom: 80px; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; box-sizing: border-box; } /* ========================================================================== 2. INNER CONTAINER FOR CENTERED CONTENT ========================================================================== */ .multi-device-inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; } /* ========================================================================== 3. NEON UNDERLINE HEADING ========================================================================== */ .md-heading { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2.5rem; font-weight: 800; color: #ffffff; text-align: center; position: relative; margin-bottom: 24px; line-height: 1.2; } .md-heading::after { content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); width: 40%; height: 4px; background: #00d9ff; box-shadow: 0 0 8px #00d9ff, 0 0 16px #00d9ff; border-radius: 2px; transition: width 0.2s ease-out; } .md-heading:hover::after { width: 60%; } /* ========================================================================== 4. INTRO PARAGRAPHS ========================================================================== */ .md-intro { text-align: center; color: #e0e0e0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.6; margin-bottom: 48px; } .md-intro p { margin: 16px 0; } .md-intro strong { color: #ffffff; font-weight: 600; } /* ========================================================================== 5. GRID FOR INFO BOXES ========================================================================== */ .md-boxes { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin: 0 auto; } /* ========================================================================== 6. FROSTED‑GLASS STYLE BOXES ========================================================================== */ .md-box { background: rgba(30, 30, 30, 0.6); /* Semi‑transparent to let background show through slightly */ border: 1px solid #333333; border-radius: 12px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 217, 255, 0.25); padding: 28px 32px; color: #e0e0e0; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; position: relative; overflow: hidden; } .md-box:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 217, 255, 0.3); } .md-box h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.3rem; color: #ffffff; margin: 0 0 14px 0; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; position: relative; padding-bottom: 8px; } .md-box h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30%; height: 3px; background: #00d9ff; box-shadow: 0 0 8px #00d9ff, 0 0 12px #00d9ff; border-radius: 1px; } .md-box p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; color: #e0e0e0; line-height: 1.6; margin: 0; } .md-box p strong { color: #ffffff; font-weight: 600; } /* ========================================================================== 7. RESPONSIVE ADJUSTMENTS ========================================================================== */ @media (max-width: 900px) { .md-heading { font-size: 2.2rem; } .md-intro { font-size: 0.95rem; max-width: 90%; } .md-box { padding: 24px 28px; } .md-box h3 { font-size: 1.2rem; } .md-box p { font-size: 0.95rem; } } @media (max-width: 600px) { .multi-device-section-fullwidth { padding-top: 50px; padding-bottom: 60px; } .md-heading { font-size: 1.9rem; } .md-intro { font-size: 0.9rem; } .md-boxes { gap: 24px; } .md-box { padding: 20px 24px; border-radius: 10px; } .md-box h3 { font-size: 1.1rem; } .md-box p { font-size: 0.9rem; } }

Please read our faq page first. If you got any questions, please do not hesitate to send us a message.

Reach us on our contact page

How To Configure My Subscription After Purchasing?
One agent from our support team will be available to assist you to easy setup your subscription on your device very easily following few simple steps.
Can I Customize My Playlist (TV Channels, Movies, Series)?
YES, you can contact our support any time to customize your playlist (TV Channels, Movies, Series) for Free.
Can I use two devices at the same time on the same subscription?
Each subscription is designed for use on a single device at a time. However, you can switch devices by logging out and logging in on another device.
* You can request an additional connection for an extra fee.
Can I Cancel My Subscription?
We offer Free Trial (24-Hours with unlimited access) for all new clients to test the quality of our service before purchasing a plan. However, if you are not 100% satisfied* during the trial, we encourage you not to choose a paid plan(No refund requests).
What forms of payment do you accept?
We accept the following payment methods:

Paypal & Card Payment Methods: Visa, Mastercard, Amex, Discover, JCB, China Union Pay, Hipercard, Tarjeta, Nativa, Argencard, Elo, Cencosud, Cabal, Diners Club International, UnionPay International, Maestro, RuPay, InteracCartes Bancaires
Can I watch live TV and on-demand content?
Yes, our IPTV service includes both live TV channels and a large library of on-demand movies and shows.
Do I need a VPN to use IPTV?
While our service is designed to work without a VPN, using one can enhance your security and bypass geographic restrictions if needed.
Can I use my IPTV account while traveling abroad?
Yes, you can use your IPTV account anywhere in the world as long as you have a stable internet connection. Enjoy your favorite content no matter where you are!
Is the content updated regularly?
Absolutely! We update our channel list and on-demand library regularly to ensure you have access to the latest and best content.
What To Do In Case Of Issues?
If you encounter any issues, feel free to reach out to our 24/7 support team for free dedicated assistance. We’re here to help! Contact Support now.

Please note, we are not responsible for the IPTV player application you are using. For any problems related to the app, contact their customer service or consider using an alternative player.
What you can ask us

Support That Comes With The Trial

Customise your playlist

Ask us to shape your channel list, films and series to what you actually watch. It is free, and you can ask at any time.

Set it up with you

An agent takes you through the installation on your own device, whichever one you use.

Take it with you

Your account follows you, as long as the connection you use is stable.

If something ever stutters

The Path A Stream Takes To Reach You

Knowing the path helps you tell a local problem from anything else — and it saves a long conversation with us if the picture ever hesitates.

Path of a stream from our servers to your screen Four stages connected by a line: our servers, your internet line, your home network, then the player on your screen. A moving dash travels along the line to show the direction of the stream. Our servers Your internet line Your home network Your player peak-hour load the company you pay for internet Wi-Fi, router app settings
Test it properly

Make The Trial Tell You Something

It is tempting to check that it switches on and stop there. That tells you almost nothing. These checks are worth the time:

Watch at your busiest hour

Never at a quiet moment — that is when everything looks fine.

Switch between channels

Slow zapping is the daily irritation a single-channel test hides.

Test on your television

Not only on your phone. Stop the stream where it is already playing before you open it on the TV.

Ask us something technical

You see how we answer before you commit to anything.

After the trial

What Changes If You Decide To Stay

During your trial

  • No payment details, so there is nothing that could be charged.
  • You are testing the real service, not a demo built to impress.
  • Support and playlist changes are already included, like for any client.
  • If you do nothing at the end, it simply stops. No hidden renewal.

If you decide to stay

  • You keep the same support team, reachable by live chat and email.
  • Playlist changes stay free, whenever you ask for them.
  • More screens in the household? Each additional login comes with its own discount.
  • Pay the way that suits you, including crypto and gift cards.

Stuck at any point? You can reach us.

Installation, activation, picture — whatever the question, our team is reachable through the live chat on this site or by email. You do not have to work it out on your own.

Ready when you are

The only test that counts is your own screen, on your own connection, at your own busiest hour.

Back to the form

A short form, and no payment details.