Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ferox HostingNew to Visual Studio Code? Get it now.
Ferox Hosting

Ferox Hosting

Ferox Hosting

|
2 installs
| (0) | Free
Browse and edit Ferox Hosting server files and access the server console directly from VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ferox Hosting Logo

Ferox Hosting for VSCode

Browse and edit Ferox Hosting server files and access the server console directly from VS Code.

Features

  • Mount server files as a workspace folder over a virtual ferox:// filesystem.
  • Edit, create, rename, and delete files and directories remotely with native VS Code tooling.
  • Attach to the live server console as an integrated terminal, with full output streaming and command input.
  • View server state in the status bar and trigger power actions (start, stop, restart, kill).
  • Open servers and consoles via deep links using the ferox URI handler.
  • Secure, persistent sign-in backed by VS Code's secret storage.

Commands

Command Description
Ferox: Sign In Authenticate with your Ferox Hosting panel.
Ferox: Sign Out Clear stored credentials.
Ferox: Open Server Files Pick a server and mount its files as a workspace folder.
Ferox: Open Server Console Pick a server and attach to its console.
Ferox: Server Power Action Start, stop, restart, or kill the active server.

Deep links

The extension registers a ferox URI handler. Open a server (mounting its files as a workspace folder) with:

vscode://FeroxHosting.ferox/open?origin=<panel-url>&server=<server-uuid>
Param Description
origin Panel base URL, e.g. https://panel.example.com. Required.
server Server UUID. Required.
apiKey Optional API key for an ephemeral, non-persisted session.
console When truthy (1/true), also attach to the server console.
file Optional path (relative to the server root) to open in the editor after mounting.

When the link opens into a fresh window, the file explorer is revealed automatically.

Requirements

  • VS Code ^1.120.0
  • A Ferox Hosting account with access to one or more servers

Building

pnpm install
pnpm compile

To produce an installable .vsix and install it locally:

pnpm package
pnpm code:install

Credits

This extension is a fork of Calagopus for VSCode, originally created by the Calagopus authors (Calagopus and 0x7d8). Huge thanks to them for the original work, which is licensed under the MIT License. See LICENSE for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft