Enjoy a special launch price that won’t be repeated. Buy Now.

500 Characters.
Zero Keystrokes.

VNC Paste

VNC consoles use canvas elements — no clipboard, no paste. And terminal passwords are invisible. You can’t see what you’re mistyping in a 64-character string.

VNC Paste dispatches synthetic keyboard events directly to the canvas. Character by character, zero typos.

DigitalOcean. Vultr. Proxmox. OVH. One tool types into all of them.
Enable VNC Paste
Works on Any VNC Canvas
World First Browser OS
Launch from Quick Launch
150+ Tools

Why Ctrl+V
Doesn't Work

And why it never will. Canvas elements don't receive clipboard events.

Web-based VNC consoles don't use input or textarea elements. They render everything to an HTML canvas.

Canvas elements receive keyboard events. They don't receive clipboard events.


When you press Ctrl+V inside a canvas-based VNC viewer, the browser intercepts it - because the browser thinks you're trying to paste into the webpage, not the remote machine. The VNC client never sees the paste. It can't forward what it never received.


This isn't a bug. It's how the DOM works. DigitalOcean, Vultr, Proxmox, OVH, Linode - same technology, same blind spot.

VNC Paste – ×
Delay: 50ms
Done! 28/28 Stop Type
noVNC root@server:~# apt update && apt upgrade -y
The only workaround: dispatch individual KeyboardEvent objects directly to the canvas. That's what VNC Paste does.

How It Works

Paste. Click. Watch it type.

1. Open the panelLaunch via QLT (Ctrl+Shift+Space, type “vnc” or “vp”). A floating panel appears — dark theme, draggable, stays on top.

2. Paste your textCtrl+V into the textarea. Multi-line supported. API keys, config files, shell scripts — anything you'd type manually.

3. Click TypeA 3-second countdown starts. Loom-style overlay — semi-transparent, click-through. During the countdown, click inside your VNC console to give it focus.

4. Watch it typeKeyboard events dispatch to the canvas. Each character fires keydown and keyup. Uppercase and special characters get Shift events. Newlines send Enter with a 2-second pause for server processing.

VNC canvas elements require real user interaction to activate keyboard handling. A synthetic focus() call doesn't work. The 3-second countdown gives you time to physically click inside the console. The overlay uses pointer-events: none — your click passes straight through.

Built for Every Console

Auto-detects noVNC, DigitalOcean Peregrine, Proxmox PVE, and any canvas-based VNC.

noVNCStandard #noVNC_canvas — detected first.

DigitalOcean PeregrineCanvas inside peregrine-vnc-session-canvas container.

Proxmox PVECanvas inside #novnc_container or #pveVNC.

Generic fallbackFirst canvas element on the page. Works with any VNC client.

Lowercase + numbersDirect keydown/keyup pairs.

Uppercase + special charactersWrapped in Shift keydown/keyup events automatically.

NewlinesEnter keypress followed by a 2-second pause for server processing.

TabsTab keypress — handles indented config files.

Any length10 characters or 10,000. Stop button aborts mid-stream.

The 2 AM Scenario

Your server is down. Your only access is the browser console.

You need to paste a recovery script. 23 lines. Includes a base64-encoded certificate string - 76 characters of mixed case, numbers, and symbols. One wrong character and the cert is invalid.


And then there's the password prompt. Terminal passwords don't echo. It's a standard security feature - every character you type is invisible. You're entering a 32-character password you can't see, into a console that can't paste, at 2 AM while your production server is down.


Without VNC Paste: you type it all manually. You mistype line 14. You retype lines 14 through 23. The password fails twice because you can't see your own input. It takes 11 minutes.


With VNC Paste: copy the script, paste it into the panel, click Type. 23 lines, zero typos, under 30 seconds. The password goes in perfect the first time - because machines don't mistype.

The difference isn't speed. It's accuracy — when accuracy matters most.

Part of the
Developer Toolkit

Tools that work together in the Developer toolkit.

Accessibility Tester

Simulates screen reader interpretation - strips styling, surfaces hidden text, flags missing alt tags. Accessibility Tester transforms any webpa.

Bug Report

Bug Report lets users record the issue, add context, and open a private GitHub issue with system details already attached.

Bulk URL Opener

Bulk URL opener with saved lists, batch control, duplicate removal, and lazy-loaded tabs. Paste URLs from a spreadsheet. Import from your curren.

Click to Copy

Click to Copy is element-aware. Click an image, get the source URL. Click a link, get the href. Click text, get it clean. One click replaces six.

Cloudflare Connection

Cloudflare Connection gives SEO Time Machines one shared cloud layer for recordings, files, notes, planners, mobile ideas, and voice workflows.

CSS Class Inspector

Live CSS class inspection with style diffing - only shows properties that differ from defaults. CSS Class Inspector adds a live inspection layer.

Drag Select Links

You're researching competitors. Their resource page has 47 links you need.The old way: Right-click. Copy link. Paste. Right-click. Copy link. Pa.

EXIF Data Reader

Other EXIF tools make you leave. Popup. New tab. Upload form. Switch back. Forty-six images means ninety-two context switches.EXIF Data Reader o.

Extract Table

Extract Table captures table-like data from a page, opens it in an editable panel, and lets you copy clean TSV, CSV, or HTML before the data lea.

Font Converter

Every online font converter asks you to upload your files. Your licensed fonts, sent to a server you've never audited. Where? For how long? Unde.

HTML Cleaner

There are two kinds of developers.The first copies HTML from client sites and spends an hour stripping inline styles, data attributes, and track.

Image Upscaler

Low-res photos, compressed screenshots, and tiny logos all lose detail when enlarged. SEO Time Machines runs Real-ESRGAN directly in your browse.

Live Page Editor

You're on a call with a client. "What if we moved that testimonial above the fold?" "What if the heading was bigger?" "What if we just... delete.

Page Structure Xray

Other inspect extensions: Click the icon. Wait for the popup. See three properties. Need the full picture? Back in DevTools.SEO Time Machines: F.

Technology Profiler

Technology Profiler scans the current website and shows CMS, frameworks, analytics, CDN, fonts, payments, schema, and other detected technologie.