Bring your server to life.

A powerful web-based Linux interface. Fast, modern, and reliable file management in your browser.

Get Started
Free & Open Source
10.0.0.232:3000

Features

Requirements

Node.js

Version 14.0 or higher

Operating System

Linux, macOS, or Windows

Web Browser

Chrome, Firefox, Safari, or Edge

Network

Port 3000 available

Installation

1

Run the installer on your server

curl -fsSL https://raw.githubusercontent.com/Phantom8015/Specters/main/install.sh | bash

The script will automatically install Node.js, clone the repository, and set up all dependencies on your server.

2

Start the server

cd Specters && npm start

Navigate to the project directory and start the web server on your server machine.

3

Access from your PC

http://YOUR_SERVER_IP:3000

Replace YOUR_SERVER_IP with your server's IP address. Ensure port 3000 is accessible through your firewall or use port forwarding if needed.

Manual Server Installation

git clone https://github.com/Phantom8015/Specters.git
cd Specters
npm install
npm start

Note: This application must run on a server. If you're running it on a remote server, ensure port 3000 is open in your firewall settings, or set up port forwarding to access it from your local PC.