ADVERTISEMENT

That's a wrap: Over 1 million fans attend Seventeen's 'Right Here' world tour in 14 cities

Published Feb 18, 2025 02:48 am

K-pop icon Seventeen wrapped up their “Right Here” world tour, attracting over one million fans worldwide. 

Seventeen held the two-day finale on Feb. 15 and 16 at Bangkok’s Rajamangala National Stadium in Thailand. 

As the grand culmination of their four-month journey, the Asia leg marked the final chapter of the monumental tour, drawing an explosive response in Bangkok. 

Tickets sold out instantly, while the atmosphere surrounding the venue buzzed with excitement as fans gathered to celebrate the indelible moments.

3_RIGHT HERE_BANGKOK_SEVENTEEN.jpg

6_RIGHT HERE_BANGKOK_HIP-HOP UNIT.jpg

1_RIGHT HERE_BANGKOK_SEVENTEEN.jpg

8_RIGHT HERE_BANGKOK_VOCAL UNIT.jpg

4_RIGHT HERE_BANGKOK_SEVENTEEN.jpg

2_RIGHT HERE_BANGKOK_SEVENTEEN.jpg

9_RIGHT HERE_BANGKOK_CROWD SHOT.jpg

7_RIGHT HERE_BANGKOK_PERFORMANCE UNIT.jpg

5_RIGHT HERE_BANGKOK_SEVENTEEN.jpg

Seventeen performing at their "Right Here" world tour in Bangkok, Thailand (Pledis Entertainment) 

Seventeen launched the “Right Here” world tour at Goyang Stadium in South Korea on Oct. 12 to 13 last year and toured North America, Japan, and major cities across Asia, marking their US stadium debut along the way. 

The “Right Here” world tour spanned 14 cities with 30 shows and attracted 1.037 million fans in-person and online. 

In the Philippines, Seventeen held the world tour on Jan. 18 and 19 this year at the Philippine Sports Stadium in Bulacan. 

5. RIGHT HERE_BULACAN_HIP-HOP UNIT.jpg

4. RIGHT HERE_BULACAN_SEVENTEEN.jpg

8. RIGHT HERE_BULACAN_CROWD SHOT.jpg

2. RIGHT HERE_BULACAN_SEVENTEEN.jpg

3. RIGHT HERE_BULACAN_SEVENTEEN.jpg

Seventeen at their "Right Here" world tour at the Philippine Sports Stadium in Bulacan, Philippines (Pledis Entertainment) 

Amid their Japan dome tour in December, Seventeen achieved a major milestone by winning the Top K-pop Touring Artist award at the 2024 Billboard Music Awards (BBMAs). 

In Bangkok, Seventeen delivered a dynamic and immersive three-hour performance. The setlist featured an electrifying mix of hit songs, including “Love, Money, Fame (feat. DJ Khaled),” “God of Music” and “Super” in addition to the performances of their hip-hop, performance, and vocal units. 

The night reached its peak with the group’s signature encore of “Very Nice,” a defining moment of every Seventeen concert, leaving the audience in a frenzy with its seamless flow and impeccable execution.

Seventeen’s S.Coups thanked CARATs [fans] for their support since their debut.  

"We will soon be celebrating our 10th anniversary, and I’m incredibly grateful for all the love you’ve given us over the past 10 years. I promise to remain steadfast as S.Coups, standing here for 10, 20 years to come," he said. 

Wonwoo said, "Over the course of 30 shows, our members, staff, and CARATs who came to see us have all worked incredibly hard—I’ve etched every moment into my eyes and heart. Based on everything we’ve learned from this tour, we’ll keep striving to bring you even better performances and music."

The world tour also had the concert play park project, “Seventeen the City,” which was held in 

Los Angeles, Aichi, Tokyo, Osaka, and Fukuoka, bringing an immersive entertainment experience beyond the concert venue. 

In Singapore, Seventeen collaborated with Marina Bay Sands, with support from the local tourism board, to light up the landmark in Seventeen’s official colors–rose quartz and serenity. 

This marked the first-ever collaboration between the resort and a K-pop act for a special facade illumination. 

Meanwhile, large-scale fan experiences are unfolding all over Jakarta and Bangkok, adding to the excitement surrounding the tour. 

Following the tour, Seventeen will make history as the first K-pop act to perform at Tecate Pa’l Norte 2025, Latin America’s largest music festival, set to take place on April 4 in Monterrey, Mexico.

Related Tags

Seventeen
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.