• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to launch Webtop GUI by using Docker image on Debian 11.3

  • 00:46 lsb_release -a
  • 00:59 apt list --installed | grep docker
  • 01:23 docker pull linuxserver/webtop
  • 02:14 docker ps
  • 02:30 docker run -dp 3000:3000 linuxserver/webtop
{{postValue.id}}

To Launch Webtop GUI By Using Docker Image On Debian 11.3

Introduction:

A Webtop is a remote implementation of a desktop operating environment that delivers identical functionality as that of a local desktop but is accessed using a Web browser.A Webtop is a hosted desktop service technology that allows a virtual desktop interface to be hosted, managed, and maintained completely on the service provider’s infrastructure. A Webtop is also known as a virtual desktop or hosted desktop.

Installation Procedure:

Step 1: Check the OS Version by using below command

root@linuxhelp: ~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

Step 2: Verify the presence of Docker package by using the below command

root@linuxhelp: ~# apt list --installed | grep docker
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
docker-ce-cli/bullseye,now 5:20.10.17~3-0~debian-bullseye amd64 [installed]
docker-ce-rootless-extras/bullseye,now 5:20.10.17~3-0~debian-bullseye amd64 [installed,automatic]
docker-ce/bullseye,now 5:20.10.17~3-0~debian-bullseye amd64 [installed]
docker-scan-plugin/bullseye,now 0.17.0~debian-bullseye amd64 [installed,automatic]

Step 3: Pulling the “webtop” from Docker HUB by using the below command

root@linuxhelp: ~# docker pull linuxserver/webtop
Using default tag: latest
latest: Pulling from linuxserver/webtop
79467b56a179: Pull complete
10c7a7465289: Pull complete
3e82ea42c4de: Pull complete
5fedfe8fa907: Pull complete
e5ea5a76621e: Pull complete
6680b4d27bd0: Pull complete
589db2a20dcc: Pull complete
3dc1ecfa3312: Pull complete
1b88b176599d: Pull complete
110e61b2cc23: Pull complete
cd4bed3f0261: Pull complete
c8790188a24a: Pull complete
1b11bd2dd1e4: Pull complete
Digest: sha256:70f0f01272cda74fa0ae051a206f14b90dec19b365ba8572e9079a42eeb5b12d

Step 4: Check the Docker container process by using the below command

root@linuxhelp: ~# docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES

Step 5: Run the webtop container in depreciated mode with port 3000 mapping with host system by using the below command

root@linuxhelp: ~# docker run -dp 3000:3000 linuxserver/webtop
0321b768bfb6ccbf2bf7d34c03a3ed3085425ec1acaa1dd07fce8b5101389eca

Step 6: Go to the browser browse the localhost and port number as shown in the below image

snap 1

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to launch webtop GUI by Using docker Image on Debian 11.3. Your feedback is much welcome.

Tags:
vertonskjelvic
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What Does Webtop Mean?

A

A webtop is a remote implementation of a desktop operating environment that provides similar functionality as that of a local desktop but is accessed using a Web browser.

Q

What is the default port of the Webtop?

A

The default port of the webtop is 3000.

Q

How to list Docker images?

A

The list for docker images using commands.

Q

How to list Docker Processes?

A

By using the command list the docker process.

Q

How to pull images from Docker Hub?

A

Pull images from Docker Hub using the command "docker pull "

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.