我的哪吒面板VPS是IPV6 only,如果是IPV4的小雞探針對接的話就對接不上,解決方案:1.要麽安裝warp,2.要麽雙棧,3.要麽就端口轉發。那麽也有特殊情況,例如有的IPV4的小鷄不能開啓warp,那麽就需要用到下面的教程:此次教程所需:一臺IPV4 only VPS一臺IPV4 中轉 VPS一臺IPV6哪吒面板機這次的教學為配置端口轉發來實現對接哪吒面板。此次需要用到三臺VPS,原理為:ipv4 only vps >> IPV4 中轉 VPS(已開啓warp獲取IPV6) >> IPV6哪吒面板機1.首先隨意一臺VPS部署極光面板,只要添加的伺服器裏面是IPV4 中轉 VPS(已開啓warp獲取IPV6)即可。2.點擊查看端口,添加端口5555(哪吒通信),遠程地址填寫你的哪吒對接的域名,也就是沒開CDN的那個(非面板域名。)3.部署好以後,可以直接通過哪吒面板後臺的命令複製(替換一下),第一個就是原命令,第二個就是你替換後的命令,通過運行第二個命令就可以IPV4 only VPS對接上你的IPV6 only 面板了:curl -L https://
有些VPS商家不會提供默認root賬戶和密碼,有些命令只能通過 sudo su 來提權,可通過以下方法設置root賬戶登錄。 (Some VPS providers do not provide a default root account and password. Some commands can only be executed with elevated privileges using sudo su. You can set up a root account login using the following method:)sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config然後重置密碼(Then set our password for root)passwd root重啓
下載:cloudflare work包並部署 (Download cloudflare work zip and deploy it)然後設置變量UUID,可以選擇V2ray裏面生成,或者在綫生成UUID (Generate a UUID using v2rayN or online tools)創建新的部署(再次上傳剛剛的文件) (Create a new deployment, uploading those files again)部署成功后訪問網頁/UUID(也就是訂閲地址)(Visit address/UUID which is the subscription address after deployment)參考地址 (Reference address)影片教學 (Video tutorial)
我的寶塔面板因爲業務需要需要安裝兩個PHP版本:PHP7.2和PHP7.4,儅PHP7.4安裝完成后,PHP7.2卻安裝失敗:/www/server/php/72/sbin/php-fpm: error while loading shared libraries: libcares.so.2: cannot open shared object file: No such file or directory.後來運行以下命令后重新安裝就好了:apt install -y libc-ares2
hiddify自動配置多種節點信息,適合小白使用。(Hiddify can automatically configures multiple node information, which is suitable for novice user.)本次環境(environment):Ubuntu.項目地址(Link of this project)首先域名解析到VPS的IP,然後進行以下操作(Resolve our domain name to the IP of our vps before running the following command) :bash <(curl i.hiddify.com/release)查看後臺信息(Backend):初次配置(Configuraiton for the first time):導出base64信息到V2ray粘貼(Export a link of subscription in base64 format and paste it into V2ray):正常使用(It works as expected)。