郑重申明:本文章只对合法合理做tiktok视频运营的用户做学习交流使用,有其他使用不当的违规违法行为后果自负!
网络的环境测试,必须是独立住宅ip,网络环境优良,tiktok发布作品才能有流量
1、选择服务器
我选择的服务器:https://ipraft.com/?i71b7cf
然后下载FinalShell连接你的虚拟器
下载地址(windows版本)是:http://www.hostbuf.com/downloads/finalshell_windows_x64.exe
其他版本下载地址是:FinalShell SSH工具,服务器管理,远程桌面加速软件,支持Windows,macOS,Linux,版本4.5,更新日期2024.8.13 - FinalShell官网
然后去地址测一下你的IP是否正常,输入你购买的服务器IP,如果显示ip不行可以退款,1天内可以退款,然后重新买,地址是:http://www.ipjiance.com
1、视频演示地址
阿里云盘分享 提取码: 7ff1
由于新系统中没有wget,先安装wget
1. 下载wget
阿里云镜像库 centos-7.9.2009-os-x86_64-Packages安装包下载_开源镜像站-阿里云
在该界面下载 wget-1.14-18.el7_6.1.x86_64.rpm
1.上传wget安装包到linux
创建对应文件夹
mkdir /home/wget
进入文件夹
cd /home/wget
将刚才下载的文件上传到该位置
2.使用rpm安装wget
rpm -ivh wget-1.14-18.el7_6.1.x86_64.rpm
3.卸载python
##强制删除已安装程序及其关联
rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps
##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令
whereis python |xargs rm -frv -rf
##验证删除,返回无结果
whereis python
4.删除yum
rpm -qa|grep yum|xargs rpm -ev --allmatches --nodeps
whereis yum |xargs rm -frv -rf
5.下载安装包
创建安装包下载文件夹
mkdir /home/wget/rpm
进入文件夹
cd /home/wget/rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/lvm2-python-libs-2.02.187-6.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/libxml2-python-2.9.1-6.el7.5.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages//python-libs-2.7.5-89.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-ipaddress-1.0.16-2.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-backports-1.0-8.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-2.7.5-89.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-iniparse-0.4-9.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-pycurl-7.19.0-19.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-urlgrabber-3.10-10.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-setuptools-0.9.8-7.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-kitchen-1.1.1-5.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/python-chardet-2.2.1-3.el7.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/rpm-python-4.11.3-45.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-utils-1.1.31-54.el7_8.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-3.4.3-168.el7.centos.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-plugin-aliases-1.1.31-54.el7_8.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-plugin-protectbase-1.1.31-54.el7_8.noarch.rpm
wget https://mirrors.aliyun.com/centos/7.9.2009/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch.rpm
5.安装替换依赖
rpm -ivh --nodeps --force *.rpm
6.删除yum源
rm -rf /etc/yum.repos.d/*
7.下载阿里云yum源
# 切换目录
cd /etc/yum.repos.d/
# 下载
wget http://mirrors.aliyun.com/repo/Centos-7.repo
8.清除和生成yum缓存
## 清除缓存
yum clean all
## 生成缓存
yum makecache
安装X-UI面板命令
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
要关闭防火墙,或者开通端口才能访问地址
对于使用firewalld
的CentOS 8及以上版本:
-
停止防火墙服务:
sudo systemctl stop firewalld
-
禁用防火墙服务的自启动:
sudo systemctl disable firewalld
-
确认防火墙已关闭:
sudo systemctl status firewalld
安装完之后输入Y,账号,密码,端口,然后x-ui start (要关闭防火墙,或者开通端口才能访问地址)然后你的服务器ip加你的端口号,我的是7004
注意重要内容
三、手机端配置:最好是ios系统,基本思路就是把手机重置了把能共享、定位的功能都关了,再把手机的语言和时区设置成你想运营的那个地方的一致就行了。(手机端环境一定要配置好,环境不吻合视频容易限流或封号)尽量一个tk号一固定ip不要到处飘!ios手机不能插手机卡!