home page
Message Board
About us
Friendly Links
Search
one
Using idle mobile phones to build a local WEB environment+ngrok intranet penetration to achieve external network access
47985 Reading
two
Xiaomi 8 installs Google Play service suite
31017 Reading
three
The single player landlords' non networked green version is suitable for the elderly
23719 Reading
four
Chinese and English names of 224 countries in the world
21325 Reading
five
Emlog, wordpress, typecho articles, whether Baidu has included detection codes
16683 Reading
Default classification
Source code tutorial
Life essay
Code Notes
Sign in
Search
Tag Search
SSL
vps
CentOS
AppNode
Intranet penetration
Node.js
Hairpin
GitHub
python
Google Voice
Local environment
Linux panel
Google Play
MarkDown
Vue
yarn
Small shop
Applet
Remote Desktop
frp
www.9ywk.com
Accumulated writing
seventy-two
Articles
Accumulated receipt
sixty-four
Comments
home page
column
Default classification
Source code tutorial
Life essay
Code Notes
page
Message Board
About us
Friendly Links
Search to
two
Article and
Results for
2020-10-14
Self built remote desktop through frp
The Windows computer at home cannot be managed directly through the remote desktop when people are outside because there is no independent IP.
Through the use of frp and a vps with public network ip, intranet penetration can be achieved, and computers can be managed directly anywhere.
For server side configuration, click here to download the latest frp software from github. Pay attention to selecting hardware and software versions that conform to vps.
Modify the configuration file in frps.ini as follows: (7000 is the communication port between the server and client of frp) [common]
bind_
Port=7000 Use the following command to run the frp server in the background. Pay attention to the file path (for example, put the frps in the/home/frp/folder): nohup/home/frp/frps - c/home/frp/frps. ini.
Modify the configuration file in frpc.ini as follows: [common]
server_
Addr=ip # This is the ip of vps
server_
Port=7000 # is consistent with the server
[rdp]
type = tcp
local_
ip = 127.0.0.1
local_
port = 3389
remote_
Port=5200 In the cmd or powershell, first cd to the folder of the frp, and then run the following command: frpc - c frpc.ini Connect to the remote desktop Use the ip and port 5200 of vps to achieve intranet penetration and remote desktop connection.
The effect of remote desktop connection here depends on the network quality of vps, local and remote computers.
The frp client starts automatically when it is powered on (provided by the lob of the hostloc) 1. Create a script with the vbs suffix (change it according to the storage directory of frpc) set ws=WScript. CreateObject ("WScript. Shell")
Ws. Run "c: frp frpc.exe - c c: frp frpc.ini", 02. Put this script in C: ProgramData Microsoft Windows Start Menu Programs StartUp to add boot up.
If the above directory cannot be found, you can find it through "Run" – "shell: startup".
This article is from:
https://pa.ci/77.html
October 14, 2020
2072 Reading
4 Comments
0 likes
2017-04-24
Using idle mobile phones to build a local WEB environment+ngrok intranet penetration to achieve external network access
Today, when chatting with @ Erchao, I accidentally talked about the local server built by the mobile phone. In addition, I have a Kupai god f2 that has been idle for a long time, so I became interested. Here I will write down the detailed process.
This article is suitable for a mobile phone with idle preparation tools for novices (preferably root, minimum configuration 256RAM, 512ROM, 600MHZ ≥ CPU) KSWEB software (an Android based open source server developed by Russians, provided by @ Wuai for cracking and localization) ngrok intranet penetration
(Realize external network access, the router brushes the third-party firmware, such as the old Maozi Padavan firmware modified by ASUS, Mingyue openwrt, etc., broadband has a public network ip, which can be ignored) KSWEB installation uses first to download the ksweb3.62 cracked version of the network disk provided by My Love, which fails to delete by mistake:
http://pan.baidu.com/s/1i4Gvk3N
Password: jbrp2018.07.29 Supplement (not tested):
https://pan.baidu.com/s/1MIdrBH2qfbOLOXdlP-QDMw
Password: 9ywk2018.09.27 New support for Android 8 system (untested):
https://pan.baidu.com/s/1JzB82foIVphuPaL36jE0FQ
Password: 9ywk Open the software>Settings>Enter any serial number to crack the professional version. Unlimited settings>Allow root permission. You can modify the default 8080 port. Now you can access it. Try it.
Other functions can be ignored if you want to experience ngrok intranet penetration by yourself. 1. First go to ngrok to register an account. Tunnel management>open the tunnel home page to view the token. 2. The blogger's Fijian k2. After the Asus Laomaozi firmware is configured, you can access the internet. Of course, you can also penetrate the router management address to remotely manage the router.
Speed is related to mobile phone performance, network, DNS My name is Coolpad Dashen f2 (powered off) Home page:
http://f2.9ywk.com
Probe:
http://f2.9ywk.com/tz
April 24, 2017
47985 Reading
9 Comments
0 likes
//