v2raya-linux-basic

Automate v2raya deployment with UI, TUN, and RoutingA on Arch, Ubuntu, and Fedora.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill v2raya-linux-basic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v2raya-linux-basic
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/v2raya-linux-basic
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill v2raya-linux-basic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yay, curl, apt, dnf, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates Linux-based deployment of v2raya with UI, TUN, RoutingA, and Outline key import across Arch, Ubuntu, and Fedora.

Core Features & Use Cases

  • Install v2raya and core components (xray or v2ray) per distribution.
  • Enable and start services via systemd with automatic startup.
  • Access and configure UI at http://127.0.0.1:2017.
  • Provide a ready RoutingA template for local bypass and dev/media rules.
  • Import Outline access keys into v2raya for quick node setup.

Quick Start

Run the helper script to preview the installation plan, then run with --apply to install and enable v2raya.

Frequently Asked Questions about v2raya-linux-basic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install v2raya on Linux with TUN and RoutingA enabled?

To install v2raya on Linux with TUN and RoutingA, run the helper script for a plan preview, then execute it with --apply to install core components, enable systemd services, and expose the UI at http://127.0.0.1:2017.

Can I import Outline access keys into v2raya for quick node setup?

Yes, you can import Outline access keys into v2raya for quick node setup. The deployment process supports Outline key imports to streamline node configuration directly through the v2raya interface.

Does the v2raya Linux installation script support Ubuntu, Fedora, and Arch?

The v2raya Linux installation script supports Ubuntu, Fedora, and Arch distributions. It uses distro-aware package managers like apt, dnf, and yay to deterministically install v2raya and its core components.

What is RoutingA in v2raya and does it provide local bypass templates?

RoutingA in v2raya is a routing configuration mechanism that provides ready templates for local bypass and dev/media rules. It allows developers to enforce deterministic traffic routing policies across their Linux environment.

Why is my v2raya systemd service not starting automatically on Linux?

If your v2raya systemd service is not starting automatically, ensure the installation script was executed with the --apply flag, which explicitly enables and starts the systemd services for automatic startup during deployment.