FoxNAS Web Management is a modern web-based NAS administration interface developed with Vue 3, TypeScript, and Naive UI. It provides a responsive and user-friendly interface for managing FoxNAS servers, featuring file management, user management, DDNS configuration, and system monitoring capabilities.
-
Responsive Design
Optimized for both desktop and mobile devices, ensuring a seamless experience across all screen sizes. -
File Management
Complete file browser with support for upload, download, create folders, rename, move, copy, and delete operations. Supports drag-and-drop upload and folder upload. -
User Management
Comprehensive user administration including user creation, editing, deletion, role management, and permission configuration. -
DDNS Configuration
Configure and manage Dynamic DNS settings with support for multiple DNS providers including Tencent Cloud and Alibaba Cloud. -
System Dashboard
Real-time monitoring of system status including CPU usage, memory usage, disk usage, and network traffic with interactive charts. -
Multi-Language Support
Built-in internationalization supporting English, Simplified Chinese, Traditional Chinese, French, German, Japanese, Arabic, Portuguese, and Russian. -
Theme Customization
Multiple color themes with light and dark mode support. -
Media Player
Integrated media player for streaming audio and video files directly from the NAS. -
Log Management
View and manage system error logs with filtering and search capabilities.
- Frontend Framework: Vue 3 (Composition API)
- Language: TypeScript
- UI Component Library: Naive UI
- State Management: Pinia
- Routing: Vue Router
- HTTP Client: Axios
- Charts: ECharts / vue-echarts
- Internationalization: vue-i18n
- Build Tool: Vite
- Icons: Ionicons 5
FoxNAS-Web/
├── public/ # Static assets
├── src/
│ ├── api/ # API service modules
│ │ └── services/ # API service definitions
│ ├── assets/ # Module assets
│ ├── components/ # Reusable Vue components
│ │ └── Layout/ # Layout components
│ ├── composables/ # Vue composables
│ ├── i18n/ # Internationalization
│ │ └── locales/ # Language files
│ ├── router/ # Vue Router configuration
│ ├── stores/ # Pinia stores
│ ├── types/ # TypeScript type definitions
│ ├── views/ # Page components
│ ├── App.vue # Root component
│ └── main.ts # Application entry point
├── index.html # HTML template
├── package.json # Project dependencies
├── tsconfig.json # TypeScript configuration
└── vite.config.ts # Vite configuration
- Node.js 18+
- npm or yarn or pnpm
# Install dependencies
npm install
# Or using pnpm
pnpm install
# Or using yarn
yarn install# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewCreate a .env file in the project root:
VITE_API_BASE_URL=http://your-server-api-urlFoxNAS Web is designed to work with FoxNAS Server. Ensure the server is running and configured properly before using the web interface.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPL 3.0 License.
Developed with ❤️ by FoxNAS Team