{"id":2490018,"date":"2026-07-06T11:03:51","date_gmt":"2026-07-06T11:03:51","guid":{"rendered":"https:\/\/celebrity.land\/en\/?p=2490018"},"modified":"2026-07-06T11:03:51","modified_gmt":"2026-07-06T11:03:51","slug":"its-official-kai-cenat-is-returning-to-streaming","status":"publish","type":"post","link":"https:\/\/celebrity.land\/en\/its-official-kai-cenat-is-returning-to-streaming\/","title":{"rendered":"It&#8217;s official, Kai Cenat is returning to streaming"},"content":{"rendered":"<p><\/p>\n<div data-astro-cid-3wnrj4nq=\"\">\n<p>It&#8217;s official: after months away from the camera, <a rel=\"nofollow\" target=\"_blank\" href=\"https%25252525252525252525253A%25252525252525252525252F%25252525252525252525252Fhttps%25252525252525252525253A%25252525252525252525252F%25252525252525252525252Fwww.instagram.com%25252525252525252525252Fkaicenat%25252525252525252525252F%25252525252525252525253Fhl%25252525252525252525253Den\" target=\"_blank\" rel=\"noopener noreferrer\">Kai Cenat<\/a> is officially making his return.<\/p>\n<p>The streaming superstar has confirmed that he&#8217;ll be going live on Monday, July 6 at 8pm EST, using the broadcast to kick off the next chapter of Streamer University. It will also be the first time the AMP founder has streamed simultaneously on both Twitch and YouTube, marking a major milestone in the evolution of his content.<\/p>\n<p>In January, Cenat surprised fans by uploading a video titled\u00a0&#8220;I Quit,&#8221; where he spoke candidly about the pressures of maintaining one of the internet&#8217;s biggest streaming careers. He explained that constant broadcasting had left him feeling creatively drained and mentally exhausted, prompting him to step back and focus on his wellbeing as well as new ventures, including the launch of his fashion label, <a rel=\"nofollow\" target=\"_blank\" href=\"https%25252525252525252525253A%25252525252525252525252F%25252525252525252525252Fhttps%25252525252525252525253A%25252525252525252525252F%25252525252525252525252Fwww.instagram.com%25252525252525252525252Fvivetofficial%25252525252525252525252F%25252525252525252525253Fhl%25252525252525252525253Den\" target=\"_blank\" rel=\"noopener noreferrer\">Vivet<\/a>.<\/p>\n<figure class=\"post-embed post-embed--instagram\"><iframe src=\"https:\/\/www.instagram.com\/p\/DaYd1SRiVud\/embed\/\" title=\"Instagram embed\" loading=\"lazy\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"encrypted-media; fullscreen\" allowfullscreen=\"\"><\/iframe><\/figure>\n<p>Now, Cenat is returning with one of his biggest projects yet. Streamer University is back for a second year after the debut edition became one of the most talked-about creator events of 2025. Hosted on the campus of the University of Akron, the first instalment brought together emerging streamers and established creators for several days of workshops, collaborative broadcasts and networking opportunities, generating tens of millions of hours watched in the process.<\/p>\n<p>Ahead of this year&#8217;s launch, Cenat released a cinematic trailer inspired by the world of\u00a0&#8216;Harry Potter,&#8217; teasing the return of the academy with owls flooding the AMP house as applications officially opened. Interest has only grown since last year, with more than one million aspiring creators reportedly applying for just 100 to 150 places. Those selected receive fully funded travel, accommodation and meals while taking part in the programme.<\/p>\n<p>Tonight&#8217;s stream is expected to reveal the full Class of 2026, alongside the returning students and the high-profile creators who will act as professors and club leaders throughout this year&#8217;s programme. Broadcasting live from the AMP house, Cenat is set to give fans their first proper look at what promises to be an even bigger edition of Streamer University.<\/p>\n<\/div>\n<p><script>(function(){const META_PIXEL_ID = \"2219718188324917\";\nconst TIKTOK_PIXEL_ID = \"C2H274NMU8QAJ3JEIAM0\";\n    (function () {\n      var loaded = false;\n      var STORE_KEY = 'culted_clickids';\n      function readStore() {\n        try { return JSON.parse(sessionStorage.getItem(STORE_KEY)) || {}; }\n        catch (e) { return {}; }\n      }\n      function getCookie(name) {\n        var m = document.cookie.match('(?:^|; )' + name + '=([^;]*)');\n        return m ? decodeURIComponent(m[1]) : null;\n      }\n      function setCookie(name, value, maxAgeSec) {\n        var secure = location.protocol === 'https:' ? '; Secure' : '';\n        document.cookie = name + '=' + encodeURIComponent(value) +\n          '; path=\/; max-age=\" + maxAgeSec + \"; SameSite=Lax' + secure;\n      }\n      \/* Capture click IDs from the URL on EVERY page load, BEFORE consent.\n         Stored transiently in sessionStorage only \u2014 no cookie, no network,\n         nothing sent to Meta\/TikTok. First observation wins, so the original\n         click + its timestamp survive later navigations that drop the param. *\/\n      function captureClickIds() {\n        try {\n          var params = new URLSearchParams(window.location.search);\n          var ttclid = params.get('ttclid');\n          var fbclid = params.get('fbclid');\n          if (!ttclid && !fbclid) return;\n          var stored = readStore();\n          sessionStorage.setItem(STORE_KEY, JSON.stringify({\n            ttclid: stored.ttclid || ttclid || null,\n            fbclid: stored.fbclid || fbclid || null,\n            ts: stored.ts || Date.now(),\n          }));\n        } catch (e) { \/* storage blocked \u2014 nothing to do *\/ }\n      }\n      \/* On consent, seed the platform click cookies (from the current URL or\n         the captured session value) so the pixels recover attribution even\n         when the click param has long left the URL. Only written if absent. *\/\n      function seedClickIds() {\n        var params = new URLSearchParams(window.location.search);\n        var stored = readStore();\n        var ts = stored.ts || Date.now();\n        \/\/ TikTok raw ttclid cookie \u2014 7-day attribution window; 30-day cookie\n        \/\/ matches the prior WordPress relay.\n        var ttclid = params.get('ttclid') || stored.ttclid;\n        if (ttclid && !getCookie('ttclid')) {\n          setCookie('ttclid', ttclid, 60 * 60 * 24 * 30);\n        }\n        \/\/ Meta _fbc \u2014 fb.<subdomainIndex>.<firstObserved_ms>.<fbclid>; index 1\n        \/\/ for the apex domain. 90-day cookie matches Meta's own _fbc default.\n        var fbclid = params.get('fbclid') || stored.fbclid;\n        if (fbclid && !getCookie('_fbc')) {\n          setCookie('_fbc', 'fb.1.' + ts + '.' + fbclid, 60 * 60 * 24 * 90);\n        }\n      }\n      \/* Meta Pixel \u2014 standard bootstrap. The IIFE injects fbevents.js, so it\n         only runs after consent; init + PageView follow immediately. *\/\n      function loadMeta() {\n        if (!META_PIXEL_ID) return;\n        !(function (f, b, e, v, n, t, s) {\n          if (f.fbq) return;\n          n = f.fbq = function () {\n            n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments);\n          };\n          if (!f._fbq) f._fbq = n;\n          n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = [];\n          t = b.createElement(e); t.async = !0; t.src = v;\n          s = b.getElementsByTagName(e)[0];\n          s.parentNode.insertBefore(t, s);\n        })(window, document, 'script', 'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n        window.fbq('init', META_PIXEL_ID);\n        window.fbq('track', 'PageView');\n      }\n      \/* TikTok Pixel \u2014 standard bootstrap. ttq.load() injects events.js from\n         analytics.tiktok.com; ttq.page() records the pageview. *\/\n      function loadTikTok() {\n        if (!TIKTOK_PIXEL_ID) return;\n        !(function (w, d, t) {\n          w.TiktokAnalyticsObject = t;\n          var ttq = (w[t] = w[t] || []);\n          ttq.methods = ['page','track','identify','instances','debug','on','off','once','ready','alias','group','enableCookie','disableCookie','holdConsent','revokeConsent','grantConsent'];\n          ttq.setAndDefer = function (a, e) {\n            a[e] = function () { a.push([e].concat(Array.prototype.slice.call(arguments, 0))); };\n          };\n          for (var i = 0; i < ttq.methods.length; i++) ttq.setAndDefer(ttq, ttq.methods[i]);\n          ttq.instance = function (a) {\n            var e = ttq._i[a] || [];\n            for (var n = 0; n < ttq.methods.length; n++) ttq.setAndDefer(e, ttq.methods[n]);\n            return e;\n          };\n          ttq.load = function (e, n) {\n            var r=\"https:\/\/analytics.tiktok.com\/i18n\/pixel\/events.js\";\n            ttq._i = ttq._i || {}; ttq._i[e] = []; ttq._i[e]._u = r;\n            ttq._t = ttq._t || {}; ttq._t[e] = +new Date();\n            ttq._o = ttq._o || {}; ttq._o[e] = n || {};\n            var o = d.createElement('script');\n            o.type=\"text\/javascript\"; o.async = !0;\n            o.src = r + '?sdkid=' + e + '&#038;lib=' + t;\n            var a = d.getElementsByTagName('script')[0];\n            a.parentNode.insertBefore(o, a);\n          };\n          ttq.load(TIKTOK_PIXEL_ID);\n          ttq.page();\n        })(window, document, 'ttq');\n      }\n\n      \/* Idempotent for the page load \u2014 the consent event can fire twice\n         (stored-choice replay + an in-page change), but we load once. A fresh\n         page load re-runs this module, so PageView fires per navigation. *\/\n      function load() {\n        if (loaded) return;\n        loaded = true;\n        seedClickIds(); \/\/ seed cookies BEFORE the pixels load so they read them\n        loadMeta();\n        loadTikTok();\n      }\n\n      \/\/ Capture click IDs immediately (pre-consent, sessionStorage only).\n      captureClickIds();\n\n      window.addEventListener('culted:consent', function (e) {\n        if (e &#038;&#038; e.detail &#038;&#038; e.detail.advertising) load();\n      });\n    })();\n  })();<\/script><script async src=\"\/\/www.instagram.com\/embed.js\"><\/script><script async src=\"\/\/www.tiktok.com\/embed.js\"><\/script><\/p>\n<p><em> \u2018 The preceding article may include information circulated by third parties \u2019 <\/em><\/p>\n<p><em> \u2018 Some details of this article were extracted from the following source culted.com \u2019 <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s official: after months away from the camera, Kai Cenat is officially making his return. The streaming superstar has confirmed that he&#8217;ll be going live on Monday, July 6 at 8pm EST, using the broadcast to kick off the next chapter of Streamer University. It will also be the first time the AMP founder has [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2490019,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_social_meta":[],"footnotes":""},"categories":[25172],"tags":[],"class_list":["post-2490018","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-entertainment"],"jetpack_featured_media_url":"https:\/\/celebrity.land\/en\/wp-content\/uploads\/2026\/07\/Its-official-Kai-Cenat-is-returning-to-streaming.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2490018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/comments?post=2490018"}],"version-history":[{"count":1,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2490018\/revisions"}],"predecessor-version":[{"id":2490020,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2490018\/revisions\/2490020"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media\/2490019"}],"wp:attachment":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media?parent=2490018"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/categories?post=2490018"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/tags?post=2490018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}