https://github.com/esirplayground/vps_openwrt
Deploy OpenWrt onto VPS
https://github.com/esirplayground/vps_openwrt
openwrt vps
Last synced: about 1 year ago
JSON representation
Deploy OpenWrt onto VPS
- Host: GitHub
- URL: https://github.com/esirplayground/vps_openwrt
- Owner: esirplayground
- Created: 2021-06-08T14:40:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T16:06:54.000Z (over 3 years ago)
- Last Synced: 2023-03-05T04:53:34.958Z (over 3 years ago)
- Topics: openwrt, vps
- Language: Shell
- Homepage:
- Size: 13.6 MB
- Stars: 82
- Watchers: 5
- Forks: 71
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VPS_OpenWrt



This repo helps to deploy OpenWrt onto your VPS.
Hereby thank `ptpt52` for his amazing job: https://github.com/x-wrt
**Tutorial**
Youtube Video [in Mandarin]: 📺https://youtu.be/iXhd-h4aVW8
**Prerequisite**
- **`Ubuntu`** or **`Debian`** (CentOS/Arch Based Not tested)
- **`wget`** installed
probably you don't need this, but if you do, you could run command below to install `wget`:
```Bash
apt update && apt install -y wget
```
**Steps**
1. Upload OpenWrt firmware(WinSCP or prefer), rename it to `op.img.gz`
2. Run command line below:
```Bash
bash -c "$(wget -O- https://git.io/JZOn0)"
```
If you have problem with https certificate, then try this:
```Bash
wget --no-check-certificate -O- https://git.io/JZOn0|bash
```
**Support Platform :**
- Google Cloud
- Azure
- Vultr
- Virmach
- Racknerd
- Hostdare
- Ali Cloud (Domestic)
- hostEONS
- VMShell
- ...
**`NOT` Support Platform :**
- Oracle