Vercel News

Port 8080 is now available in Vercel Sandboxes

7.5内容质量
Port 8080 is now available in Vercel Sandboxes

TL;DR · AI 摘要

Vercel Sandbox 现支持使用 8080 端口,提升开发者调试体验和灵活性。

核心要点

  • Vercel Sandbox 新增支持 8080 端口,方便运行本地服务。
  • 开发者可直接在沙箱环境中测试和调试基于 8080 端口的应用程序。
  • 此功能无需额外配置,开箱即用,提升开发效率。

结构提纲

按章节快速跳转。

  1. Vercel Sandbox 新增支持 8080 端口。

  2. 开发者可直接在沙箱中运行和调试 8080 端口服务。

  3. 无需额外配置,功能开箱即用。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 JS 友好)
  • Vercel Sandbox 8080 端口支持

金句 / Highlights

值得收藏与分享的关键句。

#Vercel#Sandbox#端口管理#开发工具
打开原文

Port 8080 is now available in Vercel Sandboxes - Vercel

Skip to content

[](https://vercel.com/home)

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AI

Log In

Sign UpSign Up

Dashboard

Image 1
Image 1

Blog/Changelog

Port 8080 is now available in Vercel Sandboxes

Authors

Image 2
Image 2

![Image 3](https://twitter.com/tomlienard)![Image 4](https://github.com/AndyW22)![Image 5](https://twitter.com/SheardLuke)

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.

code
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.

Explore Enterprise

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