You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <imgsrc="https://www.google.com/s2/favicons?domain=virtualserver.com"width="16"height="16"> VPS yang menggunakan script FighterTunnel ([AutoScript](https://github.com/FighterTunnel/tunnel))
19
-
- <imgsrc="https://www.google.com/s2/favicons?domain=pm2.io"width="16"height="16"> PM2 untuk pengelolaan proses
- <imgsrc="https://www.google.com/s2/favicons?domain=virtualserver.com"width="16"height="16"> VPS yang menggunakan script FighterTunnel ([AutoScript](https://github.com/FighterTunnel/tunnel))
19
+
- <imgsrc="https://cdn-icons-png.flaticon.com/16/6631/6631200.png"width="16"height="16"> API FighterTunnel ([API](https://github.com/AutoFTbot/Api))
20
+
- <imgsrc="https://www.google.com/s2/favicons?domain=pm2.io"width="16"height="16"> PM2 untuk pengelolaan proses
21
+
20
22
21
23
## Instalasi
22
24
@@ -85,6 +87,37 @@ Sebelum menjalankan proyek ini, pastikan Anda memiliki:
85
87
pm2 stop VpnBotStore
86
88
```
87
89
90
+
## Konfigurasi API untuk VPS dengan AutoScript FighterTunnel
91
+
92
+
Untuk mengkonfigurasi API untuk VPS yang terpasang AutoScript FighterTunnel, Anda perlu mengikuti langkah-langkah berikut:
93
+
94
+
1. Clone repositori API FighterTunnel:
95
+
```bash
96
+
git clone https://github.com/AutoFTbot/Api.git
97
+
```
98
+
99
+
2. Masuk ke direktori proyek API:
100
+
```bash
101
+
cd Api
102
+
```
103
+
104
+
3. Instal dependensi API:
105
+
```bash
106
+
npm install
107
+
```
108
+
109
+
4. Jalankan `setup.sh` untuk mengatur dan menjalankan server sebagai service systemd:
110
+
111
+
```bash
112
+
chmod +x setup.sh
113
+
./setup.sh
114
+
```
115
+
116
+
5. Jalankan API menggunakan PM2:
117
+
```bash
118
+
pm2 start ecosystem.config.js
119
+
```
120
+
88
121
## Kontribusi
89
122
90
123
Jika Anda ingin berkontribusi pada proyek ini, silakan buat pull request atau buka isu untuk diskusi.
0 commit comments