重要提示

如有解压密码: 看下载页、看下载页、看下载页。
源码工具资源类具有可复制性: 建议具有一定思考和动手能力的用户购买。
请谨慎考虑: 小白用户和缺乏思考动手能力者不建议赞助。
虚拟商品购买须知: 虚拟类商品,一经打赏赞助,不支持退款。请谅解,谢谢合作!

小白入门Linux系统宝塔安装教程-带视频教程

整体概括:

1. 使用ssh远程终端工具,如堡塔多机管理-终端连接至Linux服务器

2. 使用root账户执行进行安装(大约2分钟左右)

3. 安装完成根据获取的账户密码进行访问宝塔面板

一、准备工作

1、SSH链接工具:

Windows X64版,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_windows_x64.exe
macOS Arm版,支持m1,m2,m3 cpu,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_macos_arm64.pkg
macOS X64版,支持旧款intel cpu,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_macos_x64.pkg
Linux X64版,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_linux_x64.deb
Linux Arm64版,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_linux_arm64.deb
Linux LoongArch64龙芯版,下载地址:
https://dl.hostbuf.com/finalshell3/finalshell_linux_loong64.deb

20250527213211403-ad4946b07c42d482ac3eba9cc2830476_1610264529229005910

20250527213238475-image

2、一台Linux系统的服务器
宝塔官方安装代码:

通用安装脚本(推荐):

if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec

Centos/OpenCloud/Alibaba安装脚本:

url=https://download.bt.cn/install/install_panel.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_panel.sh $url;fi;bash install_panel.sh ed8484bec

Debian安装脚本:

wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh && bash install_panel.sh ed8484bec

Ubuntu/Deepin安装脚本:

wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh && sudo bash install_panel.sh ed8484bec

二、图文教程

首先用Finalshell连接服务器

20250527213840913-e3856146fdcc8fa7c745abbe64718e96_224b26e9f3d96ea27e43cbdaebac0a1-1024x556

填写购买服务器获取到的,IP/端口/用户名/密码,然后点击确定

20250527213858615-50d153d016e5aee54e0a4b4f35b7856f_7114e5d949db29ffdca02ea489d36f2

双击打开刚才创建的服务器名称,输入宝塔安装代码,按下回车执行

提示2-3的时候记得输入Y并且回车执行

20250527213923827-9a38fac555af00bdb0af9166d582cfa4_f59c8674df431f0bcf4107145ddb88b-1024x484

安装成功后就会得到宝塔面板的登录地址信息[注意保存]

20250527213944812-image

建议安装基础开发运行环境、插件在软件商店免费下载安装

20250527214003621-da94386261152293c0ace2596b3dc099_9054be9cb88d2aa2e3e3aa544382cec-1024x476

这样一个搭建网站的宝塔面板就部署好了

© 版权声明
THE END
喜欢就支持一下吧
点赞13赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容