Linux Server ubuntu system installation Goflyway

Source: Internet
Author: User

GitHub Official Development homepage: Https://github.com/coyove/goflyway

The use of Goflyway will not say, you can search this article to explain already know.

It is worth noting that the best use of the Ubuntu system to install, I used to use CentOS before the success of a variety of inexplicable problems, see the GitHub reply after the change with Ubuntu, no problem. Other systems you can try it yourself.

One: server-side Installation

1. Open https://github.com/coyove/goflyway/releases, find the appropriate server, right-click Copy.

2. Open the control side of the server, create a new folder and enter:

mkdir goflyway && CD Goflyway

  

3. Enter wget -N --no-check-certificate "" and hit enter, and it's all right. For example

Wget-n--no-check-certificate "https://github.com/coyove/goflyway/releases/download/v1.1.0a/goflyway_linux_amd64.tar.gz"

After the download good prompt:

4. Extract:

Tar-xzf "File name"

The file name is just downloaded the good one, the red line labeled, Direct copy is good.

5. Add Execute Permissions

chmod +x Goflyway

6. Start

Nohup./goflyway-k= "Password"-l= ": Port" >/tmp/goflyway.log 2>&1 &

Change the password and port location to the password port you want to set.

6.1 If you want to see the software health, look at the log:

Tail-f/tmp/goflyway.log

6.2 If you want to stop running:

Kill-9"goflyway"'{print $}')

6.3 In the future if you want to start directly, you need to go to this folder, such as:

Cd  

  

Ii.. Client settings:

7. Open https://github.com/coyove/goflyway/releases, download your corresponding client in your computer, for example, you are a Windows system 64-bit, download Goflyway_windows_ Amd64.zip

8. Unzip and put the unpacked folder in a proper position.

9. Open the folder you can see. Note: Do not point open Goflyway program, directly open is the effect of the service side, not our purpose.

10. In this folder, right-click New text file, open, enter:

goflyway.exe-k= "Password"-up= "Server IP: Port"-l= ": Local port" Pause>nul

Replace the password, server IP, and port with the one you previously set. The three goals are to connect to the server.

Local port you set it to what you want, and the purpose is to get your other computer software to access this channel.

11. Save, turn off the file, rename it, and change the. txt suffix to. bat

11.1 If you do not see the. txt suffix, it is because Windows is afraid to modify the default hidden suffix, Baidu set it to display.

12. To open the client later, double-click the bat. Double-click will pop up the black window, this is the software itself, use the time do not close

Third, other software docking channel

If you want the software to go this way, set the proxy server to 127.0.0.1, the port is set to the local port you just set.

It is worth noting that the settings do not choose SOCK5, to choose http:

For example Switchyomega plugins:

There is also a part of the software is the default to go to the channel, such as IE.

When the client has just started, there will be a sentence:

* Access client Web console at [127.0.0.1:8101]

This is the web-side console, used to set rules, which sites go channels, which sites do not go

Linux Server ubuntu system installation Goflyway

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.