Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyxrayc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyxrayc

CLI utility for managing Xray VPN server user accounts with ease, written in Python.

  • 0.1.3
  • PyPI
  • Socket score

Maintainers
1

PyXrayC

Publish Python Versions PyPI Version Code Style: black pre-commit

Introduction

PyXrayC is a CLI tool built with Python and Typer library that helps you to manage your Xray VPN server's user accounts with ease.

Features

  • Installable via pip
  • Fully type hinted and extensible code base.
  • User friendly and easy to use interface.
  • Optional shell autocompletion.
  • Add, view or delete users to/from your config file.

Requirements

  • A Linux distribution with Xray VPN server installed on it.
  • Python 3.8 or higher.

Installation

You can install PyXrayC from PyPI using pip:

$ pip3 install pyxrayc

Usage

You can see PyXrayC's help message by running:

$ pyxrayc --help

Configuration

PyXrayC uses below environment variables as its configuration:

  • XRAY_CONFIG_PATH: Path to the config file. Default: /usr/local/etc/xray/config.json
  • XRAY_BACKUP_PATH: Path to the backup file. Default: /usr/local/etc/xray/backup.json

License

This project is licensed under the terms of the GPL-3.0 licence.

— ⚡ —

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc