An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VPS_OpenWrt
![GitHub Stars](https://img.shields.io/github/stars/esirplayground/VPS_OpenWrt.svg?style=flat&logo=appveyor&label=Stars&logo=github)
![GitHub Forks](https://img.shields.io/github/forks/esirplayground/VPS_OpenWrt.svg?style=flat&logo=appveyor&label=Forks&logo=github)
![GitHub last commit](https://img.shields.io/github/last-commit/esirplayground/VPS_OpenWrt?label=Latest%20Commit&logo=github)

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