Getting Started
This guide covers installation, first run, and basic usage of NØXTERM.
Prerequisites
Component
Minimum
Recommended
Notes
Installation
Clone and Build
# Clone the repository
git clone https://github.com/NON-OS/noxterm.git
cd noxterm
# Build the backend
cd nox-backend
cargo build --release
# Build the frontend
cd ../frontend
npm install
npm run buildStart the Services
Verify Installation
First Session
Creating a Terminal
Creating a TerminalClick "Create Terminal Session"
Click "Create Terminal Session" Basic Commands
Terminal Features
Session Management
Multiple Sessions
Multiple SessionsSession Persistence
Session PersistenceEnding a Session
Ending a SessionAuto-Setup
Docker Auto-Installation
Docker Auto-InstallationNode.js Auto-Installation
Node.js Auto-InstallationDevelopment Mode
Production Deployment
Build Optimized Binaries
Docker Deployment
Reverse Proxy Configuration
Troubleshooting
Docker Not Found
Container Creation Fails
WebSocket Connection Failed
Permission Denied
Last updated
Was this helpful?


