Skip to content

☁️☁️☁️ Project Fog ☁️☁️☁️ AutoScript for Ubuntu and Debian Distros. Comes with pre-installed tunneling software.

Notifications You must be signed in to change notification settings

putra190/Project-Fog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

☁️ Project Fog version 3.0 ☁️

Project Fog is a VPS AutoScript for Ubuntu and Debian Distros. Comes with pre-installed tunneling software. See below for a list of pre-installed programs.

Korn|Fog

Supported Distros

  • Ubuntu 18. 20 and above.
  • Debian 9, 10, 11, and above.

Installation

It will install the version of Project Fog that is compatible with your VPS's operating system and version.

  sudo su
  wget https://github.com/korn-sudo/Project-Fog/raw/main/projectfog && chmod +x ./projectfog && ./projectfog

Services

  • OpenSSH​
  • Dropbear​
  • OpenVPN TCP​
  • OpenVPN UDP​
  • Squid3​
  • Privoxy​
  • V2Ray Panel​
  • OCS Panel​
  • Openvpn Monitoring​
  • Badvpn​
  • Webmin​
  • Cerbot [ Generate and Revoke Cert ]​
  • Shadowsocks​
    • Shadowsocks Version: libev | shadowsocks-rust | go-shadowsocks2
    • Plugins included: v2ray-plugin, xray-plugin and many more . . .
  • Stunnel​
    • SSL through SSH
    • SSL through Dropbear
    • SSl through Openvpn
  • OHP [ Over-HTTP-Puncher]​
    • OHP through Squid Proxy
    • OHP through Privoxy
    • OHP through Openvpn
  • Python Socks Proxy​ with User Interface:
    • Simple Socks Proxy
    • Direct Socks Proxy​
    • Openvpn Socks Proxy

Features

  • Delete expired user accounts automatically
  • Every time SSH or other services change the port, OHP and Python Socks are automatically updated.
  • Customize OHP and Python Socks [ Change Port, On or Off ]
  • Disconnecting multi-login users automatically [except in Openvpn and V2ray].
  • Multi-login Limit customized per user (see menu).
  • When rebooting and changing ports, Iptables rules are automatically applied.
  • IPtables is already configured to protect against torrents and other abusive uses.
  • Torrent Protection [ add newest torrent port].
  • Port Scanner Basic Protection.
  • Brute Force Attack Basic Protection.

Guide

How to access V2Ray Panel:

http://123.123.123.123:54321 Note: Change 123.123.123.123 to your VPS IP Address

V2ray Default User and Password

Username Password
admin admin

OCS Panel and OVPN Config

http://123.123.123.123:85 Note: Change 123.123.123.123 to your VPS IP Address

Activate OCS Panel Account Maker:

Edit the index.php Put your root password in Line 45 of this directory:

/home/vps/public_html/index.php Go to Line 45.

Important Notes:

Wait 30 seconds to 1 minute after a server reboot to load all tunneling software and to apply all IPTABLES rules

Command: menu

Use this to access Project Fog Menu through vps terminal

Screenshots

App Screenshot

Changelog

version 3.0

  • Removed Python Shadowsocks
  • Added Shadowsocks Installer
    • Shadowsocks Version: libev | shadowsocks-rust | go-shadowsocks2
    • Plugins included: v2ray-plugin, xray-plugin and many more . . . `all credits to loyess'
  • 1-tap installation of Shadowsocks with Xray Plugin, all credits to Min3 for detailed steps.
  • Added Shadowsocks Menu (check your vps terminal and type: menu > 13)
  • Upgrade V2ray installation to prevent not working issues experienced in version 2.4 and to prevent possible same effect in versions 2.5 through 2.7.
  • Rainbow texts in the menu have been removed due to high CPU usage in some cases.

version 2.5.6

  • Resolved the issue where Openvpn Monitoring was not working in higher versions of Ubuntu(version20) and Debian(version11).
  • Universal Installer It will install a Project Fog stable version compatible with the OS and version of your VPS

version 2.5.5

  • Fixed OCS Panel not working issue. This issue has been resolved.
  • Fixed V2ray Panel not working issue. This issue has been resolved.
  • Fixed not working commands in V2ray Menu.
  • Fixed Apache2 occupying port 80.
  • Fixed compatibility issues with Debian 11+
  • Fixed compatibility issue with Ubuntu 20+
  • Update Webmin from version:1.979 to version:1.984.
  • Added Expiry Date and Data Limit option per V2ray config created
  • Added "Change Username and Password" in V2ray Menu.
  • Optimize Autoscript commands.

Use this only if universal installer fails. See: Installation (for Universal Installer)

Debian 9 & 10: wget https://github.com/korn-sudo/Project-Fog/raw/main/files/installer/debv30a && chmod +x ./debv30a && ./debv30a
Debian 11 or higher: wget https://github.com/korn-sudo/Project-Fog/raw/main/files/installer/debv30b && chmod +x ./debv30b && ./debv30b
Ubuntu 18: wget https://github.com/korn-sudo/Project-Fog/raw/main/files/installer/ubv30a && chmod +x ./ubv30a && ./ubv30a
Ubuntu 20 or higher: wget https://github.com/korn-sudo/Project-Fog/raw/main/files/installer/ubv30b && chmod +x ./ubv30b && ./ubv30b

Known Bugs

V2ray Panel settings do not work. -You can change username and password in vps/server terminal.

input: "menu" > "12" > "15" to change it.

Author

If you have any feedback, please reach me out:

Do you want to contribute or donate? Great! I do not currently have a VPS or server. I would appreciate it if you could spare some of yours so that this project can continue.

Credits to: PHC - Ford | Bon-Chan | lfasmpao | ADM-Manager | vaxilu | Min3 | loyess | WaGo-G and PHC_JAYVEE_

Special Thanks to: mhieqoh06, xFocus and Squid

About

☁️☁️☁️ Project Fog ☁️☁️☁️ AutoScript for Ubuntu and Debian Distros. Comes with pre-installed tunneling software.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 92.7%
  • PHP 7.3%