# 如何不用 VPN 启动 Steam 客户端

不论你是打算玩游戏也好，使用 Steam 其他软件也好，如果你再校内使用校园网，Steam 是无法启动的，**主要原因是 UDP 端口被学校防火墙过滤掉，无法连接 Steam 服务器造成的**。解决方法主要是在后面加一个参数，让软件通过 TCP 网络协议访问服务器

具体办法为，鼠标邮件点击 Steam.exe ，然后添加启动参数 `-tcp` （注意 -tcp 横杠前面有一个空格）

如果仍然登陆不上去请再添加一个参数，里面包含你的账号和密码就可以了，例如你的账号为 zhangsanfeng, 密码为 123456，那么添加的参数为 **`-login zhangsanfeng 123456 -tcp`** (注意 -login 横杠前面有空格)

最后要注意的是，**即使登陆进去 Steam，要想玩网络游戏，是仍需要购买/使用 VPN 才可以的**，具体 VPN 教程请参考 [这里](/internet/16.-qi-ta/vpn.md)

其他关于 Steam 的启动选项可以参考 Steam 的 [官方主页](https://support.steampowered.com/kb_article.php?ref=5623-QOSV-5250)

{% content-ref url="/pages/-LOm-myJ2A1LITvE61rF" %}
[校内VPN](/internet/16.-qi-ta/vpn.md)
{% endcontent-ref %}

![](/files/-Lf_ENUwVvGx-FZnd9Wc)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tu-ilmenau.gitbook.io/internet/14.-question-and-answer/ru-he-qi-dong-steam-ke-hu-duan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
