Port 8080 is now available in Vercel Sandboxes
TL;DR · AI 摘要
Vercel Sandbox 现支持使用 8080 端口,提升开发者调试体验和灵活性。
核心要点
- Vercel Sandbox 新增支持 8080 端口,方便运行本地服务。
- 开发者可直接在沙箱环境中测试和调试基于 8080 端口的应用程序。
- 此功能无需额外配置,开箱即用,提升开发效率。
结构提纲
按章节快速跳转。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Vercel Sandbox 8080 端口支持
金句 / Highlights
值得收藏与分享的关键句。
Vercel Sandbox 现在支持 8080 端口,方便运行本地服务。
开发者无需额外配置即可直接在沙箱环境中测试基于 8080 端口的应用程序。
此功能提升了开发者调试体验和灵活性。
Port 8080 is now available in Vercel Sandboxes - Vercel
[](https://vercel.com/home)
- Products
- ##### AI Cloud
- AI Gateway One endpoint, all your models
- Sandbox Isolated, safe code execution
- Vercel Agent An agent that knows your stack
- AI SDK The AI Toolkit for TypeScript
- v0 Build applications with AI
- ##### Core Platform
- CI/CD Helping teams ship 6× faster
- Content Delivery Fast, scalable, and reliable
- Fluid Compute Servers, in serverless form
- Workflow Long-running workflows at scale
- Observability Trace every step
- ##### Security
- Bot Management Scalable bot protection
- BotID Invisible CAPTCHA
- Platform Security DDoS Protection, Firewall
- Web Application Firewall Granular, custom protection
- Resources
- ##### Company
- Customers Trusted by the best teams
- Blog The latest posts and changes
- Changelog See what shipped
- Press Read the latest news
- Events Join us at an event
- ##### Learn
- Docs Vercel documentation
- Academy Linear courses to level up
- Knowledge Base Find help quickly
- Community Join the conversation
- ##### Open Source
- Next.js The native Next.js platform
- Nuxt The progressive web framework
- Svelte The web’s efficient UI framework
- Turborepo Speed with Enterprise scale
- Solutions
- ##### Use Cases
- AI Apps Deploy at the speed of AI
- Composable Commerce Power storefronts that convert
- Marketing Sites Launch campaigns fast
- Multi-tenant Platforms Scale apps with one codebase
- Web Apps Ship features, not infrastructure
- ##### Tools
- Marketplace Extend and automate workflows
- Templates Jumpstart app development
- Partner Finder Get help from solution partners
- ##### Users
Ask AI
Ask AI
Port 8080 is now available in Vercel Sandboxes
Authors


1 min read
Copy URL
May 29, 2026
Vercel Sandboxes now allow opening and binding to port 8080 as an ingress domain.
This port was used as a controller port, and that has now moved to port 23456.
1import { Sandbox } from "@vercel/sandbox";2
3const sandbox = await Sandbox.create({4 ports: [8080],5});6
7await sandbox.runCommand({8 cmd: "python3",9 args: ["-m", "http.server", "8080", "--bind", "0.0.0.0"],10 detached: true,11});12
13console.log(`url: ${sandbox.domain(8080)}`);Create a sandbox with port 8080 open
Learn more about Sandbox in the documentation.
Ready to deploy?Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.
Start DeployingTalk to an Expert
Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.
Get Started
Build
Scale
Secure
Resources
Learn
Frameworks
SDKs
Use Cases
Company
Community
[](https://vercel.com/home)
Loading status…Select a display theme:system light dark