Giter Site home page Giter Site logo

frpc-install-script's Introduction

Private Router FRPC Install Script

This script allows you to easily install the FRP Client onto Linux.

It is an 'all-in-one' utility, which basically means you feed it information and it does the jobs for you.

This script can install the Docker Version of FRPC (and install Docker needed) or standalone which runs as a system service.

FRP is a reverse proxy client and server that you can read more about on their GitHUB.

You can host your own FRP server or have a privacy protected reverse proxy from PrivateRouter.

Script Help

Below are the flags that you may pass to the script.

== frpc-install-script.sh Flags (* Indicates Required) ==
* [-s 123.456.789.012]* sets the FRP Server Address
* [-p 7000] sets the FRP Server Port
* [-t abcd12345]* sets the FRP Server Token
* [-d] Flags this as docker container install
* [-c] Cleans the history after install
* Example: frpc-install-script.sh -s 123.456.789.012 -t abcd12345

To install as a Docker container:

frpc-install-script.sh -d -s [Server-IP] -t [Server-Token]

To install as a system service:

frpc-install-script.sh -s [Server-IP] -t [Server-Token]

As an added bonus you can run this script without downloading it like this:

curl https://raw.githubusercontent.com/PrivateRouter-LLC/frpc-install-script/main/frpc-install-script.sh | bash -s -- -s 123.456.789.120 -t token123

Note: You may use the hidden -f flag to force the install such as FRPC already installed.

frpc-install-script's People

Contributors

fixedbit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.