首页 > 系统相关 >linux系统怎么安装宝塔面板

linux系统怎么安装宝塔面板

时间:2022-12-08 18:02:06浏览次数:98  
标签:宝塔 http && sh install linux download wget 面板

linux系统怎么安装宝塔面板​


怎么安装宝塔面板?这个其实很简单接下来跟着我操作:以linux centos7.6 举例​


Centos安装脚本:​

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 1ba5f33df ​


Ubuntu/Deepin安装脚本:​

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 1ba5f33df​


Debian安装脚本:​

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh 1ba5f33df​


Fedora安装脚本:​

wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh 1ba5f33df​


update安装脚本:​

wget -O update.sh http://download.bt.cn/install/update6.sh && sh update.sh 1ba5f33df​


升级脚本:​

wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh​

Windows面板 ​​http://download.bt.cn/win/panel/BtSoft.zip​​​


以上就是各系统安装宝塔面板的命令​


我们直接复制Centos安装脚本:​

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 1ba5f33df 右键回车​


linux系统怎么安装宝塔面板_宝塔面板



会提示y/n(表示确认安装或是否),我们直接输入y 回车就可以了​


linux系统怎么安装宝塔面板_宝塔面板_02



linux系统怎么安装宝塔面板_宝塔面板_03



接下来我们只需要等待宝塔程序包下载安装完成就可以了​



最后我们会得到账户和密码​

外网面板地址: http://103.219.xx.182:15016/70962f87(用浏览器打开)​

内网面板地址: ​​http://103.219.xx.182:15016/70962f87​​ ​

(生成出来的连接都是根据你的服务器IP随机分配)​


username: yf9xy9uk​

password: 1685e441​

linux系统怎么安装宝塔面板_服务器_04


现在用我们的浏览器打开面板地址负责粘贴打开网站面板​


linux系统怎么安装宝塔面板_linux系统远程_05



把我们在putty安装的宝塔账户和密码输入进去就可以了​


linux系统怎么安装宝塔面板_宝塔面板_06


linux系统怎么安装宝塔面板_linux系统远程_07






标签:宝塔,http,&&,sh,install,linux,download,wget,面板
From: https://blog.51cto.com/idc02/5922995

相关文章

  • Linux centos7升级内核
    1、查看当前内核版本 2、 CentOS允许使用ELRepo,这是一个第三方仓库,可以将内核升级到最新版本。1.导入该源的秘钥rpm--importhttps://www.elrepo.org/RPM-GPG-KE......
  • linux构建系统常见问题集
    1.linux编译出现zlib.h:Nosuchfileordirectory编译提示“error:zlib.h:Nosuchfileordirectory”,开始以为是拷贝文件时少了什么文件,后面认真看了下,原来是系统......
  • Linux crontab 定时任务
    定时任务是比较常用的一项功能,crontab在Linux最常用的定时任务,非常稳定可靠。一般情况crontab默认安装有,可以先查看crontab有状态:servicecrondstatus#查看crontab状......
  • 实现在windows、linux下上传ios app到App Store​
     我们知道发布一个app,一般是用到苹果的applicationloader助手上传应用,用过的都知道使用起来很繁琐,经常出错。而且只能运行在mac系统上,需要一定的硬件条件。​  前......
  • 【Linux】常用
    查看端口占用yuminstalllsoflsof-i:8080:查看8080端口占用lsofabc.txt:显示开启文件abc.txt的进程lsof-cabc:显示abc进程现在打开的文件lsof-c-p1234:列出进程......
  • linux 下编译与发布jar包 ---主要用在本地开发环境
    我们的代码在git上,然后通过如下命令进行下载与编译。编译后,运行我们执行的jar包build-demo.sh ---git下载代码到本地、maven发布包restart-demo-mock.sh ---在本机......
  • linux 时间同步
    设置ntp时间同步服务1、安装ntpyuminstall-yntp2、设置NTP服务开机启动chkconfigntpdonservicenptdstart//查看当前的linux系统时间#date如果还是不行在加这行......
  • VMware Workstation 17.0 Pro SLIC & Unlocker for Linux
    VMware_Dell_2.6_BIOS-EFI64_Mod;macOSUnlocker,支持macOSVentura请访问原文链接:VMwareWorkstation17.0ProSLIC&UnlockerforWindows&Linux,查看最新版。原创作......
  • Linux——Bash脚本基本用法总结
    文章目录基本语法基于语法awk(分割命令返回值)sed(处理行内容)融合正则指令条件语句条件判断符1.if2.while额外方法在脚本中使用命令行指令并获取返回值延......
  • Linux下学习FPGA
    声明(叠甲):鄙人水平有限,本文章仅供参考。1.环境推荐使用Ubuntu20.04这是我使用多个版本中最好用的一个,相关安装教程可以自行上网搜索这不再赘述,但要补充的一点的是......