Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
O

oneterm

> 前端框架
Open source

Provide secure access and control over all infrastructure

1.5K stars0 likes0 views
WebsiteGitHub

About

Provide secure access and control over all infrastructure

=1.18">

A Simple, Lightweight, Flexible Bastion Host.

English · 中文(简体)

## What is OneTerm OneTerm is a simple, lightweight, and flexible enterprise-level bastion host product. Based on the 4A concept: Authentication, Authorization, Account, and Audit, it ensures system security and compliance through strict access control and monitoring functions. - Official Website: [v1ops.com](https://v1ops.com/) - Product Documentation: [v1ops.com/docs/design](https://v1ops.com/docs/design/) - Online Demo: [oneterm.v1ops.com](https://oneterm.v1ops.com/) - Username: demo or admin - Password: 123456 - **Note**: The `main` branch may be in an **unstable state** during development. Please obtain the latest stable version through [releases](https://github.com/veops/oneterm/releases). ## Core Features + **Access Control**: OneTerm acts as an intermediary site, restricting direct access to critical systems. Users must first authenticate through OneTerm before accessing other servers or systems. + **Security Audit**: OneTerm can record user logins and activities, providing audit logs for investigation when security incidents occur. This helps ensure that every user's behavior is traceable and auditable. + **Jump Server Access**: OneTerm provides a jump server approach where users can connect to other internal servers through OneTerm. This approach helps reduce the risk of directly exposing internal servers, as only OneTerm needs to be externally accessible. + **Password Management**: OneTerm can implement enhanced password policies and centrally manage passwords through a single entry point. This helps improve the password security of the entire system. + **Session Recording**: OneTerm can record user sessions with servers, which is very useful for monitoring and investigating privileged user activities. If security incidents occur, session recordings can be replayed to understand detailed operations. + **Prevent Direct Attacks**: Since OneTerm is the only entry point to systems and resources, it can become the main barrier for attackers. This helps reduce the risk of direct attacks on internal systems. + **Unified Access**: OneTerm provides a single entry point through which users can access different systems without having to remember multiple login credentials. This improves user convenience and work efficiency. ## Product Advantages + **Authentication and Authorization**: OneTerm features powerful and flexible authentication and authorization mechanisms. This includes support for multi-factor authentication, ensuring that only authorized users can access internal network resources, and providing fine-grained user permission management. + **Secure Communication**: OneTerm supports secure communication protocols and encryption technologies to protect data transmission between users and internal servers. This helps prevent man-in-the-middle attacks and data leaks. + **Audit and Monitoring**: OneTerm has powerful audit and monitoring capabilities, recording user activities and generating audit logs. This helps track security events, identify potential threats, and meet compliance requirements. + **Remote Management and Session Isolation**: OneTerm supports remote management, enabling administrators to securely manage internal servers. At the same time, it features session isolation to ensure that access between users is mutually isolated, preventing lateral escalation attacks. + **Tight Integration with Open Source CMDB**: OneTerm is tightly integrated with [Veops CMDB](https://github.com/veops/cmdb) (open source), allowing users to import assets from CMDB with one click, ensuring convenient operation and smooth processes. ## Technology Stack + Backend: Go + Frontend: Vue.js + UI Component Library: Ant Design Vue ## Follow Us Welcome to Star and follow us to get the latest updates! ## Project Overview ## Quick Start ### Method 1: Quick Deploy (Default Password) + Docker Compose Installation ```bash git clone https://github.com/veops/oneterm.git cd oneterm/deploy docker compose up -d ``` ### Method 2: Secure Deploy (Custom Passwords) + For production environments, use the setup script to configure secure passwords: ```bash git clone https://github.com/veops/oneterm.git cd oneterm/deploy ./setup.sh docker compose up -d ``` The setup script will: - Generate secure random passwords or let you set custom ones - Update all configuration files with your passwords - Create backup files for safety + **Access** - Open your browser and visit: [http://127.0.0.1:8666](http://127.0.0.1:8666) - Username: admin - Password: 123456 (default) or your custom password if using setup.sh ## Development For developers who want to contribute to OneTerm or set up a local development environment: ### Quick Development Setup ```bash # Clone repository git clone https://github.com/veops/oneterm.git cd oneterm/deploy # Frontend development (live editing) ./dev-start.sh frontend # Backend development (live editing) ./dev-start.sh backend ``` ### Detailed Development Guide For complete setup instructions, troubleshooting, and development workflows: - **[Development Environment Setup Guide](deploy/DEV_README.md)** **Requirements**: Docker, Node.js 14.17.6+, Go 1.21.3+ ## Contributing We welcome all developers to contribute code and improve and extend this project. Please read our [Contribution Guide](CONTRIBUTING.md) first. Additionally, you can support Veops open source through social media, events, and sharing. ## More Open Source - [CMDB](https://github.com/veops/cmdb): Simple, lightweight, and versatile operational CMDB - [ACL](https://github.com/veops/acl): A general permission control management system. - [messenger](https://github.com/veops/messenger): A simple and lightweight message sending service. ## Contact Us + Email: [email protected]

GitHub Issues· 19 open

View all on GitHub
  • #88

    [Feature]: Support native Windows RDP client (mstsc.exe) for accessing RDP resources

    Updated Jun 26, 2026
  • #87

    [help wanted]: https://www.v1ops.com/ cannot access

    help wantedUpdated Jun 18, 2026
  • #86

    [Bug]: Can not pull acl-api:2.2

    Updated Jun 10, 2026
  • #75

    [Bug]: Hardcoded DB credentials in settings.py ignore env vars and break Docker setup

    Updated Apr 20, 2026
  • #85

    [Feature]: Assset SSH Direct Connect Method Wanted

    Updated Mar 18, 2026
  • #84

    [help wanted]: Using a Reverse Proxy in Deployment

    help wantedUpdated Mar 13, 2026
  • #83

    [Bug]: acl_audit_login_logs -> ip column field limit is too short

    Updated Feb 3, 2026
  • #81

    [Bug]: The SSL certificate for https://v1ops.com/ has expired.

    Updated Dec 8, 2025
  • #80

    [Bug]: Web APP does not load when accessing any web application

    Updated Nov 26, 2025
  • #79

    [help wanted]: oneterm-api cannot start

    help wantedUpdated Sep 20, 2025

Highlights

  • •Official Website: v1ops.com
  • •Product Documentation: v1ops.com/docs/design
  • •Online Demo: oneterm.v1ops.com
  • •Username: demo or admin
  • •Password: 123456
  • •Note: The main branch may be in an unstable state during development. Please obtain the latest stable version through releases.
  • •Backend: Go
  • •Frontend: Vue.js
  • •UI Component Library: Ant Design Vue
  • •Docker Compose Installation

> Tags

Gobastiongolangonetermrdp

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架