5 ways of using Claude Code remotely - and when to use which
12:39

5 ways of using Claude Code remotely - and when to use which

Academind 31.03.2026 3 928 просмотров 114 лайков

Machine-readable: Markdown · JSON API · Site index

Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Claude Code offers multiple ways of using it remotely ... remote control, dispatch, channels and more. But when should you use which? And how do these approaches differ? Claude Code - The Practical Guide: https://acad.link/claude-code ALL courses spring sale: https://academind.com/spring-sale-2026 🖥️ Official Website & Courses https://academind.com/courses/ 💬 Academind Community https://academind.com/community 👋 Social Media https://twitter.com/maxedapps https://twitter.com/academind_real https://www.instagram.com/academind_real/ https://www.facebook.com/academindchannel/ https://www.linkedin.com/in/maximilian-schwarzmueller/ https://www.linkedin.com/in/manuel-lorenz-808b5185/ https://www.linkedin.com/company/academind-gmbh https://www.linkedin.com/school/academind-pro https://www.tiktok.com/@academind_real

Оглавление (3 сегментов)

Segment 1 (00:00 - 05:00)

When working with Claude Code, there are at least four official ways of using it remotely without you sitting on your machine. And there is a fifth secret way, which I'll also show you. Now, the four official ways that are supported is by using the Claude Code Cloud, by using a feature called remote control, dispatch, and by using a feature called channels. And the question obviously is why do we have all these different approaches and why do we need them and when would you use which approach? And that's exactly what I'll show you. And I'll start with the cloud. Now, this is maybe the one that's easiest to understand even without this video. The idea is that you don't use Claude Code on your machine, but instead, guess what? In the cloud on servers owned and managed by Anthropic. So, you send the task to the cloud, which you can do from the Claude Code CLI, but also from their web interface or their mobile app. And this task then gets executed in the cloud on those servers. For that to work, you need to have your code on a GitHub repository and you need to connect that to your Claude Code account, your Anthropic account, give them access to it, of course, so that this code can be downloaded onto the server where the task is being executed. And there are various limitations here, of course. One limitation obviously is that anything that is on your system, any global skills, any CLI tools you may rely on in your application or in your build scripts or workflows, all that is not available there on those cloud servers because it isn't your machine. The advantage, of course, is that you can truly execute tasks there without your machine even being turned on because, well, it's not happening on your machine. So, if you want to run some task overnight or multiple tasks in parallel, but can't or don't want to use your machine for that, if you're traveling or if you have an unstable internet connection or anything like that, using the cloud may be an interesting alternative to using Claude Code on your machine. By the way, if you want to learn more about Claude Code, about all the features I'm showing you here, and you want to dive a bit deeper and make sure that you can get the most out of Claude Code, I do have a complete Claude Code course, which may be interesting to you. And right now, we still have our spring sale going on, where you can get the Academind Pro annual membership for a much lower price than you normally would get it, 169 instead of 249. And this membership gives you access to all the courses we have, as long as you have an active membership, including the Claude Code course and any future courses we may release, in addition to the extensive course catalog we already have. Links below this video. Now, all remaining approaches here, on the other hand, are about executing Claude Code on your machine, not on Anthropic's servers. So, the cloud solution really is kind of a special solution, which, of course, could also be used in conjunction to those other approaches because, of course, nobody's stopping you from executing some tasks in the cloud whilst also working on other features in the same project on your machine. You just have to merge the different changes thereafter. So, let's start with remote control then. Remote control is mostly about continuing some task or some work that you maybe started on your system still on your machine whilst you are leaving your machine. So, let's say you're going for a lunch or you have to go to a meeting, but your computer, your Mac, your PC stays turned on and you want to continue working on a task. Now, obviously, Claude Code will continue if it's currently working and you're leaving the machine, as long as your machine doesn't go to sleep, but once it's done, it won't continue. Now, with remote control, you can make it continue and you can also start a new task, but your machine needs to be turned on. And not just that, instead, you need to start Claude Code, the CLI, in a special mode, in the remote control mode, or in an interactive session, you need to turn on remote control mode by using the respective {slash} command. Once the remote control mode is turned on, you can connect your mobile phone with the Claude mobile app, you need that, to your machine by scanning a QR code, for example, which you can have Claude Code show you. And then, once that connection is established, you can use a chat session. You can send

Segment 2 (05:00 - 10:00)

messages to Claude Code in your mobile app, but those chat messages are then not sent to the cloud or somewhere else, but instead to your connected machine through remote control. So, remote control can be very useful, but it has a couple of potential disadvantages, the two most important ones, in my opinion, being that, of course, you have to keep your machine turned on, and if it goes to sleep, you lose the connection, so you must ensure it doesn't, and you must start your Claude Code session in that remote control mode. If you forget this, there is no way for you to send messages to it. So, you must set it up first and then you can use it. That is where dispatch comes into play. With dispatch, you still need to ensure that your machine doesn't go to sleep, though it gets a bit easier, as you'll see, but you don't need to start Claude Code in any special remote control mode first in order to use it. For dispatch, you need the Claude desktop app, though. You need to download and install that, and once you did that, you also need to go through a one-time setup process to enable dispatch. In that Claude desktop app, you can also turn on a setting that prevents your machine from going to sleep whilst the app is up and running, though. So, that eliminates this my machine went to sleep and now my session broke or was canceled problem. Now, with dispatch then set up, you can use the Claude mobile app again, and there the dispatch feature to send messages to your machine. And the big difference now is that you don't need to start a Claude Code session through the CLI first or anything like that. Instead, you just need to have the desktop app up and running, and that is it. Now, you can send messages to Claude on your machine and it goes ahead and executes them. Now, what's important here, though, is that dispatch was originally a feature released for Claude Co-work, which is their more general AI assistant, not specifically focused on coding, and therefore, at least right now, when I'm recording this, your dispatched messages are not connected to a specific project, which, on the other hand, with remote control was the case, since you deliberately started an interactive session. With dispatch, you're just sending a message to Claude on your machine and it needs to figure out what to do with that message. That message could be totally unrelated to coding, but if you want to invoke Claude Code to do some work in one of your projects, well, then you will need to tell it in that dispatched message where to find that project, give it some hints regarding the folder to go to. So, that can be a bit inconvenient here, but it is doable, of course, and then you can start or continue sessions from anywhere through the mobile app with that dispatch feature. And then, last but not least, we have channels. And you could kind of see channels as maybe the connection of remote control and dispatch. And also, channels is essentially Anthropic's way of trying to merge Claude Code or their Claude offering in general into an open Claude alternative, kind of. Many features open Claude has are missing, but channels is, in the end, a way for you to connect any kind of messaging channel to Claude Code. And by default, Anthropic gives you an official Telegram channel connector you can set up, which makes it quite easy and straightforward to use Telegram to communicate with your Claude Code session. You still need to go through a one-time setup process and enable channels, and you also need to start a Claude session with the channel you want to use enabled. So, you need to do that, just as you had to do it with remote control. But once you did that, you can use that channel to send messages to Claude Code. So, you're then no longer limited to just the mobile app, instead, you can use your channel. And of course, you could start a Claude session that you keep on running forever, essentially, with that channel connected, and therefore, you can keep on pushing messages to Claude Code there and work on a broad variety of tasks. And of course, you could also start Claude Code not connected to one specific project, but in general, on your machine with channels enabled, and then kind of use it as an open Claude alternative by asking it to do all kinds of things on your machine. You could

Segment 3 (10:00 - 12:00)

also do that with remote control and with dispatch as mentioned it's the default, but channel simply allows you to use any communication channel of your choice. And of course therefore on the other hand if you're fine using the mobile app and with the setup process you have to go through with remote control, then you can just keep on using that and you don't need channels. It's also worth noting that this channels feature right now when I'm recording this is in research preview and therefore both the setup process and the feature set may of course change over time. I also mentioned a fifth secret way of remotely talking to Cloud Code and this is actually simply a way that you could use with any tool you have installed on your machine not just with Cloud Code. If you're running Cloud Code on a machine which you can access via SSH so which is exposed to a network or the internet, then of course you can connect to that machine via SSH. And for example, you could have a VPS up and running which you maybe use for development work instead of your Mac or your PC and when that is exposed to a network to the internet preferably of course secured with for example a VPN solution like Tailscale, then you can connect via SSH and you cannot just do that from your Mac which doesn't really give you a huge advantage. You still have to be you on your machine for that, but you could also use an app like Terminus on your mobile phone. Make sure that this is connected to this machine through a key pair preferably and then of course you can start a session there and simply invoke any command on that machine because it's just a SSH session and that of course therefore includes Cloud Code and you can then start sessions from there. Now it's worth noting that depending on your operating system and so on when you close that app, the SSH session gets terminated and therefore the Cloud Code session will stop, but still it is a way of quickly invoking certain one-off tasks and of course you can use a solution like tmux to kind of decouple your connected session from the session on the machine and keep those sessions going. That is all something you could also look into. And that's therefore how you can use and control Cloud Code remotely on your machine or a VPS. And as mentioned, if you want to learn more, check out that course or that offer I mentioned before.

Другие видео автора — Academind

Ctrl+V

Экстракт Знаний в Telegram

Экстракты и дистилляты из лучших YouTube-каналов — сразу после публикации.

Подписаться

Дайджест Экстрактов

Лучшие методички за неделю — каждый понедельник