Website profiles · Technology insights · Alternatives

p2p.mirotalk.com No paid content found

Categories: Video & Film

MiroTalk P2P is an open-source self-hosted WebRTC video calling and meeting platform. Create fast peer-to-peer video calls with screen sharing, chat, whiteboard and collaboration directly in the browser.

Visit website

Updated: 2026-09-24 05:05 Language: English (default) Access: Normal

Profile views 3 Outbound visits 6
MiroTalk P2P - Open Source WebRTC Video Calls & Meetings Full homepage screenshot
Editorial Review

Website Review

What is MiroTalk P2P?

MiroTalk P2P is a free, open-source WebRTC video calling and meeting platform that runs entirely in the browser. According to its own page, no download, plug-in, or login is required — you pick a room name and join. It is built around peer-to-peer calling rather than central media servers, which it presents as the reason for low latency and high video quality.

What it offers

  • Browser-based video calls with unlimited rooms and no call time limit
  • Screen sharing and webcam streaming, stated up to 8K resolution and 60fps
  • Public and private chat with emoji, and saved meeting messages
  • Meeting recording of screen, webcam and audio
  • Collaborative whiteboard and file sharing, the latter secured with DTLS
  • A ChatGPT integration for questions and resources
  • A REST API for embedding calls in your own application
  • Privacy-first design: the page says data stays between participants and that MiroTalk does not collect or share personal information

It is licensed under AGPLv3, with a commercial license available for organizations that need different terms.

Who it suits

The strongest fit is a developer or small team that wants to self-host video meetings, keep media off third-party servers, or embed calling into an existing product via the API. The trade-off is that peer-to-peer calling shifts work to participants' connections: it is excellent for one-to-one or small group calls, but large meetings can strain individual bandwidth and devices compared with server-routed platforms. Being open source also means you, or someone on your team, handle deployment and updates.

Next step

If you want a quick trial, open the site, choose a room name, and test a two-person call with screen sharing before deciding whether to self-host. If you need to embed calls in an app, review the REST API documentation first; that will tell you faster than a demo whether it fits your architecture. For a sense of the wider landscape, compare with Jitsi and Whereby.

How does MiroTalk P2P ensure privacy and security during video calls?

MiroTalk P2P's privacy story rests on two design choices: calls run peer-to-peer rather than through a central media server, and the platform is built to avoid collecting personal information. In a peer-to-peer call, audio and video travel directly between participants, so there is no central recording point where the operator could listen in or store the conversation. The site also states that data stays between you and your participants and that MiroTalk does not collect or share personal information.

On the security side, the page describes end-to-end encryption for calls, and file transfers use Datagram Transport Layer Security (DTLS) to protect shared files in transit. The service is browser-based, so there is no download, plug-in or login required, which reduces the number of places credentials and software can leak. It is also open source under AGPLv3, meaning a technical team can inspect the code rather than trusting a vendor's description.

A few practical caveats matter more than the feature list:

  • Peer-to-peer protects the media path, but participants still need to trust each other; anyone in the room can record their own screen, webcam and audio, as the meeting recording feature shows.
  • "No login required" is convenient, but it also means room access depends on how well the room name is protected. Choose an unguessable room name and share it only with invited people.
  • Self-hosting changes the trust model. If you run your own instance, your own server handles signaling and any optional features, so privacy depends on how you configure and secure it.
  • Encryption claims are only as strong as the weakest client in the call. A participant joining from a compromised device can still expose the conversation.

For a concrete case: a small legal or medical team that wants to discuss a case without a cloud provider storing the video could self-host MiroTalk P2P, use a long random room name, and keep the whiteboard and chat for non-sensitive context. They should still treat recordings and file sharing as deliberate disclosures, because those actions create copies outside the peer-to-peer stream.

Next step: if privacy is the deciding factor, test the call path yourself. Host an instance, join from two networks, and confirm whether media flows directly between peers or through a relay, since network conditions sometimes force a fallback. For comparison, you can review how other open-source options describe their architecture, such as Jitsi or Nextcloud Talk, and choose based on whether you need self-hosting, end-to-end encryption by default, or simple browser access.

What are the steps to start a video call on MiroTalk P2P without downloading or logging in?

You can start a call on MiroTalk P2P in a browser without installing anything or creating an account: open the site, pick a room name, and share the resulting link with the people you want to talk to.

Basic steps

  1. Open MiroTalk P2P in a modern browser (Chrome, Edge, Firefox or Safari).
  2. Accept the browser's camera and microphone permission prompt when it appears.
  3. Enter a room name in the "Pick a room name" field, or keep the suggested one (the page example shows something like "MiroTalk-P2P").
  4. Optionally use "Customize Room" before joining to adjust settings such as your display name or media preferences.
  5. Click Join Room.
  6. Copy the room URL from the address bar and send it to participants through any channel (email, chat, calendar invite).
  7. Each participant opens that same URL, grants camera/mic access, and lands in the same call. No login screen appears for anyone.

What you get once inside

  • Peer-to-peer audio and video, with screen sharing and webcam streaming up to high resolutions and frame rates.
  • Public or private text chat with an emoji picker, plus the option to save meeting messages.
  • Meeting recording of screen, webcam and audio.
  • A collaborative whiteboard and DTLS-secured file sharing.
  • A ChatGPT panel for questions and resources during the call.

Practical notes

  • Because calls are peer-to-peer, quality depends on each participant's own connection rather than a central server, which usually means lower latency but can degrade if one person has weak upload bandwidth.
  • Anyone with the room link can typically join, so for sensitive conversations choose a hard-to-guess room name and share the link only with intended participants.
  • Browser permissions are the most common stumbling block: if the camera or mic does not start, check the site permissions in the address bar and reload.
  • The project is free and open source under AGPLv3, with optional commercial licensing and donations; the page does not list per-call prices.

Next step: before a real meeting, run a 30-second test call with one colleague using a throwaway room name, confirm audio, video and screen sharing work on both ends, then reuse the same room name for the actual call.

Can MiroTalk P2P be self-hosted, and if so, what are the requirements?

Yes. MiroTalk P2P is described as an open-source, self-hosted WebRTC platform, so you can run your own instance rather than relying on the public demo at p2p.mirotalk.com. The page itself emphasizes browser-based calls with no download, plug-in, or login, and lists peer-to-peer calling, screen sharing, chat, whiteboard, file sharing, recording, a REST API, and end-to-end encryption as features.

H3 Practical requirements to expect

  • A server or VPS with a public IP address and a domain name, because WebRTC needs a secure context (HTTPS) for browser access to camera, microphone, and screen capture.
  • A TLS certificate (for example via Let's Encrypt) to serve the app over HTTPS.
  • Node.js and npm to install and run the application, since it is a WebRTC web app.
  • A TURN/STUN service for reliable connectivity. Peer-to-peer calls work directly on many networks, but restrictive NATs, corporate firewalls, and some mobile networks require a TURN relay. Budget for the bandwidth a relay consumes.
  • Open firewall ports for HTTP/HTTPS and for the WebRTC media path; if you run your own TURN server, open its ports too.
  • Enough CPU and bandwidth for the number of concurrent rooms and participants you expect. Because media is peer-to-peer, the server mostly handles signaling, but TURN relaying shifts load onto your server.
  • Optional extras depending on the features you enable: storage for recordings and shared files, and configuration for any external services.

H3 Who this suits

Self-hosting makes sense if you need control over where call data lives, want to avoid third-party accounts, or need to integrate calling into your own application through the REST API. It is less appealing if you do not want to manage TLS, TURN, and server updates, in which case the hosted demo at MiroTalk P2P is the faster path.

H3 Decision criterion

Choose self-hosting when privacy, customization, or API integration outweigh the operational work. Start by deploying on a small VPS with a domain and certificate, then test a call between two networks; if calls fail on one side, add a TURN server before scaling up. For the project itself and its license terms, see MiroTalk P2P.

What collaboration features does MiroTalk P2P offer, such as screen sharing, whiteboard, and file sharing?

MiroTalk P2P includes a fairly complete set of in-call collaboration tools, all running in the browser without downloads or logins:

  • Screen sharing — share a screen or a single application window, useful for presenting documents and slides.
  • Interactive whiteboard — a shared canvas for drawing and explaining concepts to other participants.
  • File sharing — send files of any type to everyone in the meeting, with DTLS encryption applied to the transfer.
  • Chat room — public or private messages, an emoji picker, and the option to save meeting messages.
  • Webcam streaming — keep video on for a more personal connection.
  • Meeting recording — capture screen, webcam and audio for later use or sharing.
  • ChatGPT integration — answer questions and point users to relevant resources during a call.
  • REST API — embed calling into your own applications.

The page also states that rooms are unlimited with no call-time limit, and that calls are peer-to-peer with end-to-end encryption and no personal data collection.

Choosing between these tools

Need Best fit Trade-off
Walk through a document or slide deck Screen sharing Viewers see your whole screen unless you pick a single window
Explain an idea or sketch a diagram together Whiteboard Works best with a mouse, stylus or touchscreen
Hand over a document, image or archive File sharing Large files depend on participants' connections
Quick side conversation Private chat Easy to miss if you are not watching the chat panel
Keep a record for absent colleagues Meeting recording Requires consent from participants

Practical example

A small design team reviewing a prototype could share the application window, annotate on the whiteboard, drop the source files into file sharing, and use private chat to flag issues without interrupting the presenter. A distributed team interviewing a candidate might prefer recording plus chat for note-taking.

Next step: for a first test, open a room, invite one colleague, and try screen sharing and the whiteboard together before relying on file sharing or recording for a real meeting. If you want to compare approaches, Jitsi and Google Meet are widely used alternatives, though their feature sets and hosting models differ.

Is MiroTalk P2P completely free, and what are the licensing options for commercial use?

MiroTalk P2P is free to use under the AGPLv3 open-source license, and a separate paid commercial license is offered for organizations that cannot meet AGPLv3's obligations.

What "free" covers

According to the site, the hosted service at MiroTalk P2P is free, browser-based, and requires no download, plug-in, or login. The page also states there is no limit on the number of conference rooms and no call time limit, and that the project is self-hostable.

The page does not list prices, tiers, or feature limits for the free version, so treat "completely free" as: no cost for the hosted service and no cost to self-host the open-source code. Costs you may still incur on your own are hosting, bandwidth, and administration.

Licensing options

Option Who it suits Key trade-off
AGPLv3 (free) Individuals, internal teams, and projects willing to comply with AGPL terms Strong copyleft: if you modify the software and let users interact with it over a network, you generally must offer them the corresponding source
Commercial license (paid) Companies embedding MiroTalk in a product or service where AGPL's source-sharing requirement is unacceptable You pay for relief from copyleft obligations; the page does not state the price or terms

The page mentions a "Buy commercial license" option and lists PayPal and Stripe for donations, but it does not publish commercial license pricing or a feature comparison between the free and commercial editions.

Practical decision guide

  • Casual calls, internal meetings, self-hosting for your own team: the free AGPLv3 version is likely sufficient.
  • Building a commercial product or SaaS on top of the code, or keeping modifications private: the AGPL's network-use clause is the trigger to consider the commercial license.
  • Just need to make calls without touching the code: licensing obligations mostly concern distributing or modifying the software, not simply using the hosted service.

If your use case is commercial, the safest next step is to contact the project through the site before shipping, since the actual commercial terms are not published on the page.

Related questions

More questions →
What Are Open-Source UI Element Libraries and How Do They Differ From UI Frameworks?

An open-source UI element library is a collection of individual, ready-made interface pieces—buttons, cards, inputs, toggles, loaders—that you copy into your own project and adapt. A UI framework, by contrast, is a structured system of components, conventions, and often a theming layer that governs how your whole interface is built. The practical difference: an element library gives you a snippet; a framework gives you a way of working. If you need a polished button in ten minutes, reach for the element library. If you're building a 40-screen product with a team, you probably want the framework.

What "open-source UI element library" actually means

The term gets used loosely, so it helps to separate the parts:

  • Open-source: the code is publicly available, and the license tells you what you may do with it—copy, modify, redistribute, or use commercially.
  • UI element: a single, self-contained piece of interface, usually small enough to read in one sitting. A button with hover states, a pricing card, a search field.
  • Library: a browsable, searchable collection of those elements, typically contributed by many different people.

On a site like Uiverse, elements are shared by a community and written in plain CSS or Tailwind. You find one you like, copy the markup and styles, paste them into your project, and adjust colors, spacing, and text to fit. There's no package to install and no build step required—which is exactly the appeal, and also the source of most of the confusion.

Element library vs. UI framework: the core differences

Dimension Open-source UI element library UI framework / design system
Unit of reuse A single snippet you copy A component you import or call
Installation None; paste into your code Package install, config, sometimes a provider
Consistency Depends on you; each element may look different Enforced by shared tokens and APIs
Theming Manual edits per element Central theme/config file
Updates You own the copy; no upstream updates Version bumps bring fixes and changes
Accessibility Varies per contributor; must be checked Usually tested and documented
Best for Prototypes, landing pages, small sites, one-off needs Multi-page apps, teams, long-lived products
Learning curve Low—read the CSS Higher—learn the API and conventions

The table isn't a verdict. It's a map of trade-offs. Element libraries win on speed and freedom; frameworks win on consistency and maintenance.

Licensing and attribution: what to check before you paste

This is where people get into trouble, and it's worth slowing down for.

  1. Find the license. Every element or collection should state one. Common open-source licenses include MIT, Apache-2.0, and BSD. Some projects use copyleft licenses like GPL, which can impose obligations if you redistribute your code.
  2. Understand what the license permits. MIT and Apache-2.0 are permissive: you can typically use the code in commercial and closed-source projects. Copyleft licenses may require you to release derivative source under the same terms.
  3. Check attribution requirements. Permissive licenses usually require you to keep the copyright notice and license text somewhere in your project. That's a real obligation, not a formality.
  4. Look for per-element terms. On community sites, the site's overall terms and the individual contributor's stated wishes may differ. If a contributor asks for credit, honor it.
  5. When in doubt, ask or avoid. If a snippet has no license at all, you don't have clear permission to reuse it. Treat "no license" as "not open source," even if the code is publicly visible.

This article is general information, not legal advice. For commercial products with real exposure, have someone qualified review the licenses you're relying on.

How to use a community element in your project: a practical workflow

Here's a repeatable process that avoids most of the usual mess.

1. Start from a real need, not a browsing session

Decide what you need first—"a compact primary button with a loading state"—then search. Browsing aimlessly produces a pile of pretty snippets that don't fit together.

2. Copy the smallest version that works

Take the markup and the styles. Strip anything you don't need: demo wrappers, extra animations, decorative layers. Less code means fewer surprises.

3. Convert it to your conventions

If your project uses design tokens or CSS variables, replace hard-coded values:

/* Before: hard-coded */
.button { background: #4f46e5; border-radius: 8px; }

/* After: token-based */
.button { background: var(--color-primary); border-radius: var(--radius-md); }

This one step is what keeps a copied element from looking like a foreign object in your UI.

4. Check accessibility before you ship

Community elements vary widely here. Verify at minimum:

  • Keyboard focus is visible and the element is reachable by Tab.
  • Color contrast meets WCAG AA (4.5:1 for normal text).
  • Interactive elements use semantic HTML (<button>, not a clickable <div>).
  • Form inputs have associated labels.
  • Motion respects prefers-reduced-motion.

5. Test in context

Paste it into a real page with real content. Long labels, small screens, and dark mode break more copied elements than anything else.

6. Note where it came from

Keep a short comment or an internal credits file: source, license, date. Future you—and your legal reviewer—will be grateful.

Where element libraries genuinely shine

  • Prototypes and demos: you need something clickable today, not a design system.
  • Landing pages and marketing sites: a handful of distinctive elements, each custom.
  • Filling gaps: your framework lacks one specific component, and you don't want to build it from scratch.
  • Learning: reading well-made CSS is one of the fastest ways to improve.
  • Small projects: a personal site doesn't need a theming architecture.

Where they fall short

  • Consistency at scale: ten elements from ten contributors rarely look like one product.
  • Maintenance: you own every copy. When your design changes, you edit each one.
  • Accessibility debt: you inherit whatever the contributor did or didn't do.
  • No upstream fixes: a bug fixed in the original won't reach your copy.
  • Integration friction: different naming conventions, different units, different assumptions about resets.

When to choose which

Choose an element library when the scope is small, the timeline is short, or you need a few distinctive pieces rather than a whole system.

Choose a framework or design system when multiple people build multiple screens over months, when consistency is a product requirement, or when accessibility and theming need to be guaranteed rather than checked.

A hybrid works well for many teams: adopt a framework for the structural components—forms, navigation, layout—and borrow individual elements for the places where you want personality. Just route every borrowed element through the same token and accessibility checks, so it lands as part of your system rather than beside it.

The short version: open-source UI element libraries are a fast, flexible way to get good-looking interface pieces into a project. They are not a substitute for a design system, and the license and accessibility details are the part worth reading carefully.

What to Look for in a Video Platform Beyond Hosting and Sharing

If you're evaluating a video platform for a small business or marketing team, hosting and sharing are just the entry point. The features that actually determine whether a platform fits your workflow fall into four areas: privacy and playback control, collaboration and review tools, marketing and analytics capabilities, and practical limits like storage and mobile support. Most general-purpose tools (cloud storage, social networks, free hosts) cover hosting well but leave gaps in the other three. This guide walks through what each area means in practice, so you can map features to your own situation instead of comparing endless checklists.

Start by separating three jobs: hosting, editing, and marketing

Video platforms tend to bundle three distinct functions, and confusion usually comes from mixing them up:

  • Hosting — storing a file, generating a player, delivering it reliably to viewers. This is the baseline.
  • Editing — trimming, assembling, adding captions or branding. Some platforms include basic editors; others expect you to edit elsewhere and upload the result.
  • Marketing and business features — privacy controls, lead capture, calls to action, analytics, team review workflows. These are what separate a "video host" from a "video platform."

A useful exercise: write down your last five video tasks (a product demo, a client pitch, a social clip, an internal training, a landing page embed). For each one, note which of the three jobs it required. If most of your tasks stop at hosting, a lighter tool may be enough. If several involve review cycles, gated access, or measuring viewer behavior, a fuller platform earns its cost.

Privacy and playback control: the business-vs-social divide

On social platforms, everything is public by default and wrapped in ads and recommendations. For business use, that's often the opposite of what you want. Look for:

  • Granular privacy settings — can you restrict a video to specific people, a password, a domain, or an embed location? Can you make it unlisted but still embeddable?
  • Ad-free playback — your product demo shouldn't end with a competitor's ad or an unrelated recommendation.
  • Customizable embeds — control over player color, logo, and whether related videos appear. This matters when the video sits on your own site and represents your brand.
  • Domain-level restrictions — the ability to limit playback to your own website prevents your content from being re-embedded elsewhere.

If your videos are purely promotional and public, these controls matter less. If you share client work, internal training, or pre-release material, they become the deciding factor.

Collaboration and review: the most common gap

This is where general-purpose tools most often fall short. A shared drive lets people comment on a file, but it doesn't give you a structured review process. A dedicated platform typically offers:

  • Timestamped comments — feedback attached to a specific moment in the video, so "the logo looks off" points to an exact frame.
  • Versioning — uploading a new cut while keeping the old one, so reviewers can see what changed.
  • Approval status — a clear "approved" or "needs changes" state rather than a scattered email thread.
  • Role-based access — reviewers who can comment but not download or reshare.

When this becomes relevant: as soon as more than two people need to sign off on a video, or when you're producing videos on a recurring schedule. For a solo operator publishing once a month, a simple comment thread may be sufficient.

Analytics and lead capture: beyond view counts

A raw view count tells you almost nothing actionable. Business-oriented platforms go further:

Feature What it tells you When it matters
Watch time / engagement graph Where viewers drop off Improving content or editing
Viewer identity Who watched (when gated) Sales follow-up, internal training
Lead capture forms Email collected before or during playback Demand generation
Calls to action Click-through to a page or booking link Converting viewers
Embed/domain reports Where your video is being watched Tracking campaign performance

If your goal is brand awareness, basic view counts may be fine. If you're using video to generate leads or train staff, the deeper metrics are the reason to choose a platform over a free host.

Practical limits that affect daily use

Feature lists rarely mention the constraints that cause friction later. Check these before committing:

  • Storage and bandwidth limits — how much you can upload, and whether high viewership triggers overage fees.
  • Upload size and length caps — relevant if you work with long recordings or high-resolution footage.
  • Mobile app support — can you upload, review, and respond to comments from a phone? For teams that shoot on mobile, this is a real workflow factor.
  • Export and portability — can you download your originals and embed codes if you leave? Lock-in is a hidden cost.
  • Integrations — does it connect to the tools you already use (your website builder, CRM, or project tracker)?

Deciding between a full platform and a lighter tool

Use these rough conditions as a starting point:

A lighter tool (free host, cloud storage, social platform) is likely enough if:

  • You publish occasionally and mostly to public channels.
  • One person handles video end to end.
  • You don't need gated access or viewer-level analytics.

A dedicated platform is worth evaluating if:

  • Multiple people review or approve videos.
  • You need privacy controls, ad-free playback, or branded embeds.
  • You're using video for lead generation, training, or client delivery.
  • You publish frequently enough that manual workarounds cost more than a subscription.

Pricing and plan details change often, so check the platform's current plans page directly rather than relying on secondhand comparisons. The right approach is to list your actual requirements first, then match them against what each option offers — not the other way around.

Website Overview

Identifiable technologies and additional version or configuration signals make the service easier to fingerprint, which may help targeted scanners narrow their checks. Several search or sharing settings need attention. Together they may make snippets, preview images or preferred URLs less consistent across platforms.

Domain and Registration

Transfer-protection status is present, helping reduce the risk of unauthorized domain transfers. The domain has about 5 years of registration history; its current configuration provides more context than age alone. The registrar is GoDaddy.com, LLC, a widely used domain service provider. The domain uses the common .com extension, which is not an independent safety signal.

DNS and Email

Nameservers are provided by GoDaddy, indicating managed DNS hosting. No CNAME was found; the observed records resolve directly to addresses. No MX record was found. A conventional explicit inbound-mail route is not configured. DNSSEC signatures were not detected, so this additional DNS authenticity protection is not confirmed. The lowest observed DNS TTL is 600 seconds.

TLS and Certificates

The certificate uses an RSA 2048-bit public key, offering broad client compatibility. The server supplied a complete certificate chain. No organization name is present in the certificate; the available fields are consistent with domain validation. The certificate was issued by Let's Encrypt, commonly associated with automated certificate services. The certificate's total validity is about 89 days, consistent with a short renewal cycle.

HTTP and Browser Security

The Server header exposes the software version: nginx/1.18.0 (Ubuntu). This makes version-targeted checks easier, but is not proof of an exploitable vulnerability. X-Powered-By exposes backend information: Express. The response lacks these common security headers: CSP, X-Content-Type-Options, Referrer-Policy, Permissions-Policy. CORS permits any origin to read this response. This is common for public resources; sensitive responses need narrower handling. No obvious internal addresses or debug information were found in the headers.

Technology Stack Analysis

The public page identifies nginx 1.18.0, Express, with exact versions exposed for 1 technologies. These details can narrow vulnerability checks, although exposure alone is not a vulnerability.

Search and Social Sharing

The meta description has 203 characters and may be shortened in search results. No homepage canonical URL was detected. If duplicate URLs exist, consolidation may be less explicit. Twitter Card metadata is configured. The title has 56 characters, within a common display range. The observed directives allow indexing and link following.

Hosting and Email

DNSGoDaddy
HostingHetzner Online GmbH
EmailUnknown
Location Finland flagHelsinki, Uusimaa, Finland 65.109.7.178

User reviews (0)

  • No reviews yet.

Pages, Search and Sharing

Meta descriptionMiroTalk P2P is an open-source self-hosted WebRTC video calling and meeting platform. Create fast peer-to-peer video calls with screen sharing, chat, whiteboard and collaboration directly in the browser.
Canonical URLNot detected
LanguageEnglish (default)
Twitter Cardsummary_large_image
All bots 0 allowed · 0 disallowed

No sitemaps found

Registration details RDAP / WHOIS

RegistrarGoDaddy.com, LLC
Registered2021-07-19
Expires2027-07-19
Domain statusclient delete prohibited、client renew prohibited、client transfer prohibited、client update prohibited
Nameserversns77.domaincontrol.com、ns78.domaincontrol.com
DNSSECunsigned

DNS records

TypeNameValueTTLPriority
Ap2p.mirotalk.com65.109.7.178600—
NSmirotalk.comns77.domaincontrol.com3600—
NSmirotalk.comns78.domaincontrol.com3600—
DMARC_dmarc.mirotalk.comv=DMARC1; p=reject; sp=none; adkim=s; aspf=s;1800—

TLS and certificates

AssessmentNormal configuration
Supported protocolsTLSv1.2、TLSv1.3
Negotiated protocolTLSv1.3
Certificate subjectp2p.mirotalk.com
IssuerLet's Encrypt
Valid until2026-12-22T15:58 · Remaining when checked: 89 days
Verification detailsCertificate trust: Passed · Hostname match: Passed

HTTP response headers

HeaderValue
content-typetext/html; charset=utf-8
servernginx/1.18.0 (Ubuntu)
strict-transport-securitymax-age=63072000; includeSubDomains; preload
x-frame-optionsALLOWALL
x-content-type-optionsnosniff, nosniff
access-control-allow-origin*

Identified technologies

nginx 1.18.0Express

Recent Updates

  • Website images
  • Screenshots
  • Network details
  • Website Technologies
  • Pages and Search Information
  • TLS and certificates
  • DNS Information
  • Domain Registration